diff --git a/composer.json b/composer.json index 0182e1e..f114757 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ ], "require": { "php": "^7.1.3", - "illuminate/config": "~5.6|^6.0", - "illuminate/container": "~5.6|^6.0", - "illuminate/support": "~5.6|^6.0", + "illuminate/config": "~5.6|^6.0|^7.0", + "illuminate/container": "~5.6|^6.0|^7.0", + "illuminate/support": "~5.6|^6.0|^7.0", "phpunit/phpunit": "^7.0|^8.0|^9.0", "psr/log": "^1.0" },