From 387efb9b42b90f4380d773362972b619f6ba9b58 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 7 Feb 2018 09:31:35 +0100 Subject: [PATCH] Allow L5.6 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 1af907b..49b35c1 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,15 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "^5.0,<5.6", - "illuminate/console": "^5.0,<5.6", - "illuminate/filesystem": "^5.0,<5.6", + "illuminate/support": "^5.0,<5.7", + "illuminate/console": "^5.0,<5.7", + "illuminate/filesystem": "^5.0,<5.7", "barryvdh/reflection-docblock": "^2.0.4", "symfony/class-loader": "^2.3|^3.0" }, "require-dev": { - "illuminate/config": "^5.0,<5.6", - "illuminate/view": "^5.0,<5.6", + "illuminate/config": "^5.0,<5.7", + "illuminate/view": "^5.0,<5.7", "phpunit/phpunit" : "4.*", "scrutinizer/ocular": "~1.1", "squizlabs/php_codesniffer": "~2.3",