diff --git a/composer.json b/composer.json index f22c9a5..6869823 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ } ], "require": { - "illuminate/database": "^9.35|^10.5|^11.0", - "illuminate/support": "^9.35|^10.5|^11.0" + "illuminate/database": "^10.5|^11.0", + "illuminate/support": "^10.5|^11.0" }, "autoload": { "psr-4": { @@ -41,7 +41,7 @@ "laravel/legacy-factories": "^1.3", "livewire/livewire": "dev-master", "mockery/mockery": "^1.5", - "orchestra/testbench": "^7.23|^8.1.1|^9.0", + "orchestra/testbench": "^8.1.1|^9.0", "phpunit/phpunit": "^9.5.25|^10.5" }, "config": {