diff --git a/composer.json b/composer.json index 8f370d5..c26fd36 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ } ], "require": { - "php": "^7.4|^8.1", - "doctrine/dbal": "^3.1", - "illuminate/support": "^8.0|^9.0|^10.0" + "php": "^8.2", + "doctrine/dbal": "^4.0", + "illuminate/support": "^11.0" }, "require-dev": { - "orchestra/testbench": "^6.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^9.1", + "phpunit/phpunit": "^11.1" }, "autoload": { "psr-4": {