Skip to content

Commit

Permalink
add support for doctrine/annotations 2.0
Browse files Browse the repository at this point in the history
Fixes #2073
  • Loading branch information
GuilhemN committed Feb 1, 2023
1 parent da9fd01 commit d40c4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": ">=7.2",
"ext-json": "*",
"doctrine/annotations": "^1.11",
"doctrine/annotations": "^1.11|^2.0",
"psr/cache": "^1.0|^2.0|^3.0",
"psr/container": "^1.0|^2.0",
"psr/log": "^1.0|^2.0|^3.0",
Expand Down

0 comments on commit d40c4eb

Please sign in to comment.