diff --git a/composer.json b/composer.json index feb1644..12ae5e3 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,10 @@ } ], "require": { - "php": "^7.3|^8.0|^8.1|^8.2|^8.3", - "illuminate/console": "^8.0|^9.0|^10.0|^11.0", - "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0" + "php": "^7.3|^8.0", + "illuminate/console": ">=8.0", + "illuminate/contracts": ">=8.0", + "illuminate/support": ">=8.0" }, "autoload": { "psr-4": { @@ -49,7 +49,7 @@ "prefer-stable": true, "require-dev": { "laravel/sail": "^1.14", - "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", - "phpunit/phpunit": "^9.5|^10.0" + "orchestra/testbench": ">=6.0", + "phpunit/phpunit": ">=9.5" } }