diff --git a/composer.json b/composer.json index 58a6bb5e..0dde01c4 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,14 @@ "symfony/yaml": "^5.4 || ^6.3 || ^7.0" }, "require-dev": { - "doctrine/annotations": "^1.8.0 || ^2.0", - "doctrine/data-fixtures": "^1.7", - "doctrine/doctrine-bundle": "^2.11", - "doctrine/doctrine-fixtures-bundle": "^3.5.1 || ^4.0", - "doctrine/mongodb-odm-bundle": "^4.2 || ^5.0", - "doctrine/orm": "^2.7", + "doctrine/annotations": "^1.13.1 || ^2.0", + "doctrine/data-fixtures": "^1.4.4", + "doctrine/dbal": "^2.13.1 || ^3.1", + "doctrine/doctrine-bundle": "^2.2", + "doctrine/doctrine-fixtures-bundle": "^3.4.4 || ^4.0", + "doctrine/mongodb-odm": "^2.2", + "doctrine/mongodb-odm-bundle": "^4.2.1 || ^5.0", + "doctrine/orm": "^2.14", "doctrine/phpcr-bundle": "^2.4.3 || ^3.0", "doctrine/phpcr-odm": "^1.7.2 || ^2.0", "jackalope/jackalope-doctrine-dbal": "^1.10.1 || ^2.0", @@ -43,8 +45,10 @@ "theofidry/alice-data-fixtures": "^1.5.2" }, "conflict": { - "doctrine/annotations": "<1.2.7 || >=3.0", - "doctrine/dbal": "<2.11" + "doctrine/annotations": "<1.13.1 || >=3.0", + "doctrine/dbal": "<2.13.1 || ~3.0.0 || >=4.0", + "doctrine/mongodb-odm": "<2.2 || >=3.0", + "doctrine/orm": "<2.14 || >=3.0" }, "suggest": { "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite",