diff --git a/composer.json b/composer.json index 643ff7c..3e88ec8 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,15 @@ ], "require": { "php": ">=7", - "illuminate/support": "^5.5,<5.8", - "illuminate/console": "^5.5,<5.8", - "illuminate/filesystem": "^5.5,<5.8", + "illuminate/support": "^5.5,<5.9", + "illuminate/console": "^5.5,<5.9", + "illuminate/filesystem": "^5.5,<5.9", "barryvdh/reflection-docblock": "^2.0.6", "composer/composer": "^1.6" }, "require-dev": { - "illuminate/config": "^5.1,<5.8", - "illuminate/view": "^5.1,<5.8", + "illuminate/config": "^5.1,<5.9", + "illuminate/view": "^5.1,<5.9", "phpro/grumphp": "^0.14", "phpunit/phpunit" : "4.*", "scrutinizer/ocular": "~1.1",