From d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 15 Aug 2018 09:57:53 +0200 Subject: [PATCH] Laravel 5.7 support Added Laravel 5.7 support --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 85f2d48..a284376 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,15 @@ ], "require": { "php": ">=5.6.0", - "illuminate/support": "^5.1,<5.7", - "illuminate/console": "^5.1,<5.7", - "illuminate/filesystem": "^5.1,<5.7", + "illuminate/support": "^5.1,<5.8", + "illuminate/console": "^5.1,<5.8", + "illuminate/filesystem": "^5.1,<5.8", "barryvdh/reflection-docblock": "^2.0.4", "composer/composer": "^1.6" }, "require-dev": { - "illuminate/config": "^5.1,<5.7", - "illuminate/view": "^5.1,<5.7", + "illuminate/config": "^5.1,<5.8", + "illuminate/view": "^5.1,<5.8", "phpro/grumphp": "^0.14", "phpunit/phpunit" : "4.*", "scrutinizer/ocular": "~1.1",