diff --git a/composer.json b/composer.json index 8d10bdd..26ef33b 100644 --- a/composer.json +++ b/composer.json @@ -27,11 +27,11 @@ } ], "require": { - "php": "^7.3|^8.0", - "illuminate/http": "^8.0", - "illuminate/routing": "^8.0", - "illuminate/support": "^8.0", - "illuminate/validation": "^8.0" + "php": ">=7.3", + "illuminate/http": "^8.0 || ^9.0", + "illuminate/routing": "^8.0 || ^9.0", + "illuminate/support": "^8.0 || ^9.0", + "illuminate/validation": "^8.0 || ^9.0" }, "autoload": { "psr-4": { @@ -41,5 +41,6 @@ "src/helpers.php" ] }, - "minimum-stability": "dev" + "minimum-stability": "dev", + "prefer-stable": true }