diff --git a/composer.json b/composer.json index 7b4c3e6..09e3a60 100644 --- a/composer.json +++ b/composer.json @@ -19,16 +19,16 @@ "require": { "php": "^8.0 || ^8.1 || ^8.2", "illuminate/collections": "^8.73.2 || ^9.0 || 10.x-dev", - "illuminate/database": "^8.73.2 || ^9.0 || 10.x-dev", - "illuminate/http": "^8.73.2 || ^9.0 || 10.x-dev", - "illuminate/support": "^8.73.2 || ^9.0 || 10.x-dev", + "illuminate/database": "^8.73.2 || ^9.0 || 10.x-dev|^10.0", + "illuminate/http": "^8.73.2 || ^9.0 || 10.x-dev|^10.0", + "illuminate/support": "^8.73.2 || ^9.0 || 10.x-dev|^10.0", "symfony/http-kernel": "^5.0 || ^6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.13", - "laravel/framework": "^8.73.2 || ^9.0 || 10.x-dev", + "laravel/framework": "^8.73.2 || ^9.0 || 10.x-dev|^10.0", "opis/json-schema": "^2.3", - "orchestra/testbench": "^6.0 || ^7.0 || 8.x-dev", + "orchestra/testbench": "^6.0 || ^7.0 || 8.x-dev|^8.0", "phpunit/phpunit": "^9.0" }, "config": {