From fc6a876e960ae1120a10902de94b6bfc743b0ceb Mon Sep 17 00:00:00 2001 From: Mark van den Broek Date: Tue, 4 Sep 2018 23:54:13 +0200 Subject: [PATCH] Support for Laravel 5.7. (#28) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8f9f8dd..6d637ca 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ }, "require": { "php": ">=5.5.9", - "illuminate/contracts": "5.0 - 5.6", - "illuminate/filesystem": "5.0 - 5.6", + "illuminate/contracts": "5.0 - 5.7", + "illuminate/filesystem": "5.0 - 5.7", "symfony/http-foundation": "2.6 - 4" }, "require-dev": { - "illuminate/container": "5.0 - 5.6", + "illuminate/container": "5.0 - 5.7", "larapack/dd": "^1.1", "mockery/mockery": "^0.9.5", "phpunit/phpunit": "^4.8"