Skip to content

Commit

Permalink
Add support for doctrine/persistence 3 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed May 11, 2022
1 parent 6c297ca commit 587e2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -36,7 +36,7 @@
},
"require-dev": {
"doctrine/orm": "^2.0",
"doctrine/persistence": "^1.3 || ^2.0",
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.4",
"matthiasnoback/symfony-config-test": "^4.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
Expand Down

0 comments on commit 587e2dd

Please sign in to comment.