diff --git a/composer.json b/composer.json index e3e6821..9b308cd 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,10 @@ } ], "require": { - "illuminate/console": "~5.5.0|~5.6.0", - "illuminate/view": "~5.5.0|~5.6.0", - "illuminate/filesystem": "~5.5.0|~5.6.0", - "illuminate/support": "~5.5.0|~5.6.0" + "illuminate/console": "~5.5.0|~5.6.0|~5.7.0|~5.8.0", + "illuminate/view": "~5.5.0|~5.6.0|~5.7.0|~5.8.0", + "illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0|~5.8.0", + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0" }, "require-dev": { "phpunit/phpunit": "^6.1"