Skip to content

Commit

Permalink
Removed support for "doctrine/persistence:^3.0" due its incompatibili…
Browse files Browse the repository at this point in the history
…ty with "friendsofsymfony/user-bundle:2.0"
  • Loading branch information
phansys committed Sep 2, 2020
1 parent 9442da6 commit d63eb6f
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 @@ -29,7 +29,7 @@
"doctrine/collections": "^1.6",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/orm": "^2.4.8",
"doctrine/persistence": "^1.3 || ^2.0",
"doctrine/persistence": "^1.3",
"knplabs/knp-paginator-bundle": "^4.0 || ^5.0",
"symfony/config": "^4.4",
"symfony/console": "^4.4",
Expand Down

0 comments on commit d63eb6f

Please sign in to comment.