Skip to content

Commit

Permalink
allow doctrine/annotations v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfilsx committed Mar 27, 2023
1 parent c890886 commit da29ee2
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 @@ -20,7 +20,7 @@
"require": {
"php": "^7.4 || ^8.0",
"symfony/framework-bundle": "^4.4|^5.3|^6.0",
"doctrine/annotations": "^1.0",
"doctrine/annotations": "^1.0|^2.0",
"symfony/serializer": "^4.4|^5.3|^6.0",
"symfony/property-access": "^4.4|^5.3|^6.0",
"symfony/property-info": "^4.4|^5.3|^6.0"
Expand Down

0 comments on commit da29ee2

Please sign in to comment.