Skip to content

Commit

Permalink
Bump doctrine/orm dev dependency version slightly
Browse files Browse the repository at this point in the history
CI on PHP 7.3 is running into a nasty deprecation notice that was fixed upstream.

See doctrine/orm#7325
  • Loading branch information
AkenRoberts committed Aug 16, 2020
1 parent b4c0afe commit 202a420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/mongodb-odm": "^2.0",
"doctrine/orm": "^2.6",
"doctrine/orm": "^2.6.3",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^8.5",
"symfony/yaml": "^4.1"
Expand Down

0 comments on commit 202a420

Please sign in to comment.