diff --git a/composer.json b/composer.json index 84058ed..176e1b9 100644 --- a/composer.json +++ b/composer.json @@ -21,14 +21,14 @@ } ], "require": { - "php": "^8.0", - "illuminate/database": "^9.0|^10.0", - "illuminate/support": "^9.0|^10.0" + "php": "^8.2", + "illuminate/database": "^11.0", + "illuminate/support": "^11.0" }, "require-dev": { - "mockery/mockery": "^1.4", - "orchestra/testbench": "^7.0|^8.0", - "phpunit/phpunit": "^8.0|^9.0|^10.0" + "mockery/mockery": "^1.6", + "orchestra/testbench": "^9.4.0", + "phpunit/phpunit": "^11.0" }, "autoload": { "psr-4": {