Skip to content

Commit

Permalink
Bump minimum version of doctrine-bundle
Browse files Browse the repository at this point in the history
With the changes made in doctrine#280, this bundle is no longer compatible with DoctrineBundle < 1.10. Thus, we need to raise the minimum version in a patch release.
  • Loading branch information
alcaeus committed Jun 12, 2019
1 parent 84e2311 commit b21f60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": "^7.1",
"doctrine/data-fixtures": "^1.3",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-bundle": "^1.10",
"doctrine/orm": "^2.6.0",
"symfony/doctrine-bridge": "~3.4|^4.1",
"symfony/framework-bundle": "^3.4|^4.1"
Expand Down

0 comments on commit b21f60c

Please sign in to comment.