Skip to content

Commit

Permalink
Support doctrine/annotations 1.x (#582)
Browse files Browse the repository at this point in the history
There are some package libraries that aren't quite up to date to `doctrine/annotations` 2.  I don't see any need to not support 1.x for now.  This causes dependency tree issues.
  • Loading branch information
oojacoboo committed Mar 17, 2023
1 parent fcca091 commit 51a3011
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 @@ -12,7 +12,7 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"doctrine/annotations": "^2.0",
"doctrine/annotations": "^1.14 || ^2.0",
"composer/package-versions-deprecated": "^1.8",
"phpdocumentor/reflection-docblock": "^4.3 || ^5.0",
"phpdocumentor/type-resolver": "^1.4",
Expand Down

0 comments on commit 51a3011

Please sign in to comment.