diff --git a/composer.json b/composer.json index e26d09b..9a01d0b 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ } }, "require": { - "illuminate/support": "^9.0|^10.0|^11.0", - "illuminate/database": "^9.0|^10.0|^11.0" + "illuminate/support": ">=10.0", + "illuminate/database": ">=10.0" }, "require-dev": { - "orchestra/testbench": "^7.0|^8.0|^9.0" + "orchestra/testbench": ">=8.0" }, "minimum-stability": "dev", "prefer-stable": true