Skip to content

Commit

Permalink
Allow doctrine/persistence 3 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu authored Jul 3, 2022
1 parent a50400d commit 0dd4e9e
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 @@ -35,7 +35,7 @@
"doctrine/doctrine-bundle": "^2.5",
"doctrine/data-fixtures": "^1.5",
"doctrine/orm": "^2.10.0",
"doctrine/persistence": "^2.2",
"doctrine/persistence": "^2.2 || ^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/finder": "^5.4.2 || ^6.0",
"symfony/framework-bundle": "^5.4.2 || ^6.0",
Expand Down

0 comments on commit 0dd4e9e

Please sign in to comment.