From 87a02ff574f722c685e011f76692ab869ab64f6c Mon Sep 17 00:00:00 2001 From: dannehl Date: Fri, 16 Jun 2017 16:08:59 +0200 Subject: [PATCH] added L55-support (#525) --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d960a00..1af907b 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,15 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "^5.0,<5.5", - "illuminate/console": "^5.0,<5.5", - "illuminate/filesystem": "^5.0,<5.5", + "illuminate/support": "^5.0,<5.6", + "illuminate/console": "^5.0,<5.6", + "illuminate/filesystem": "^5.0,<5.6", "barryvdh/reflection-docblock": "^2.0.4", "symfony/class-loader": "^2.3|^3.0" }, "require-dev": { - "illuminate/config": "^5.0,<5.5", - "illuminate/view": "^5.0,<5.5", + "illuminate/config": "^5.0,<5.6", + "illuminate/view": "^5.0,<5.6", "phpunit/phpunit" : "4.*", "scrutinizer/ocular": "~1.1", "squizlabs/php_codesniffer": "~2.3",