diff --git a/composer.json b/composer.json index 868a3af..41f6616 100755 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ ], "require": { "php": ">=7.0", - "illuminate/http": "~5.4", - "illuminate/session": "~5.4", - "illuminate/support": "~5.4" + "illuminate/http": "~5.4|^6.0|^7.0|^8.0|^9.0", + "illuminate/session": "~5.4|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0" }, "autoload": { "psr-4": {