From b4a6063533900ccb5bf5dc4ff68119b553d199f2 Mon Sep 17 00:00:00 2001 From: Mark Beech Date: Thu, 25 Aug 2016 21:05:51 +0100 Subject: [PATCH] Add version constraint --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f908c83..8168d38 100755 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "nesbot/carbon": "~1.18", "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0", - "illuminate/database": "5.*", - "illuminate/filesystem": "5.*" + "illuminate/database": "5.1.*|5.2.*", + "illuminate/filesystem": "5.1.*|5.2.*" } }