Skip to content

Commit

Permalink
Bump doctrine/orm to 2.6.3
Browse files Browse the repository at this point in the history
There were some fixes for php 7.3 in doctrine/orm#7325
  • Loading branch information
franmomu committed Oct 2, 2020
1 parent 4f679bd commit f569448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"symfony/phpunit-bridge": "^5.1.3"
},
"conflict": {
"doctrine/orm": "<2.5",
"doctrine/orm": "<2.6.3",
"illuminate/database": "<5.5",
"ocramius/proxy-manager": "<2.1",
"symfony/framework-bundle": "<3.4"
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"doctrine/doctrine-bundle": "^1.6 || ^2.0",
"doctrine/mongodb": "^1.6",
"doctrine/mongodb-odm-bundle": "^4.0",
"doctrine/orm": "^2.5",
"doctrine/orm": "^2.6.3",
"doctrine/phpcr-bundle": "^1.0|^2.1",
"doctrine/phpcr-odm": "^1.4",
"jackalope/jackalope-doctrine-dbal": "^1.2",
Expand Down

0 comments on commit f569448

Please sign in to comment.