diff --git a/composer.json b/composer.json index 22d4d16..0d055a7 100644 --- a/composer.json +++ b/composer.json @@ -16,15 +16,15 @@ } ], "require": { - "php": "^8.0|^8.1", - "illuminate/contracts": "^9.0", + "php": "^8.0", + "illuminate/contracts": "^9.0|^10.0", "spatie/laravel-package-tools": "^1.9.2", "spatie/once": "^3.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.8", "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^7.0", + "orchestra/testbench": "^7.0|^8.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.1", "phpstan/extension-installer": "^1.1",