diff --git a/composer.json b/composer.json index 58c0ac4e..9a89d470 100644 --- a/composer.json +++ b/composer.json @@ -23,19 +23,19 @@ "doctrine/annotations": "^2.0", "doctrine/collections": "^2.1", "doctrine/common": "^2.7 || ^3.0", - "doctrine/dbal": "^3.3.8", + "doctrine/dbal": "^4.0.0", "doctrine/lexer": "^2.0 || ^3.0", "doctrine/mongodb-odm": "^2.4.3", - "doctrine/orm": "^2.16.0", + "doctrine/orm": "^3.0.0", "doctrine/persistence": "^2.2.1 || ^3.2", "gedmo/doctrine-extensions": "^3.8", - "nesbot/carbon": "^2.49", + "nesbot/carbon": "^3.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^9.6.20", + "phpunit/phpunit": "^11.0.0", "ramsey/uuid": "^4.2", - "symfony/cache": "^5.4" + "symfony/cache": "^7.0" }, "config": { "sort-packages": true,