diff --git a/composer.json b/composer.json index 080b2ce..c88a56e 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": "~8.1.0 || ~8.2.0", - "illuminate/database": "^10.0", - "illuminate/http": "^10.0", - "illuminate/support": "^10.0", + "illuminate/database": "^10.0 || ^11.0", + "illuminate/http": "^10.0 || ^11.0", + "illuminate/support": "^10.0 || ^11.0", "ramsey/uuid": "^4.7" }, "require-dev": { @@ -21,7 +21,7 @@ "ergebnis/composer-normalize": "^2.29", "mockery/mockery": "^1.4.4", "nunomaduro/larastan": "^2.5.1", - "orchestra/testbench": "^8.0", + "orchestra/testbench": "^8.0 || ^9.0", "phpunit/phpunit": "^10.0", "roave/security-advisories": "dev-latest" },