Skip to content

Commit

Permalink
chore: doctrine/orm > 2.9.2
Browse files Browse the repository at this point in the history
fixes lowest tests see doctrine/orm#8589

nullable default value changes and breaks our GraphQl schema
  • Loading branch information
soyuka committed Jan 20, 2023
1 parent 722802c commit 4b6d273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
"doctrine/mongodb-odm": "^2.2",
"doctrine/mongodb-odm-bundle": "^4.0",
"doctrine/orm": "^2.6.4",
"doctrine/orm": "^2.9",
"elasticsearch/elasticsearch": "^7.11.0",
"friends-of-behat/mink-browserkit-driver": "^1.3.1",
"friends-of-behat/mink-extension": "^2.2",
Expand Down Expand Up @@ -92,6 +92,7 @@
"conflict": {
"doctrine/common": "<2.7",
"doctrine/dbal": "<2.10",
"doctrine/orm": "<2.9.2",
"doctrine/mongodb-odm": "<2.2",
"doctrine/persistence": "<1.3",
"symfony/service-contracts": "<3",
Expand Down

0 comments on commit 4b6d273

Please sign in to comment.