Skip to content

Commit

Permalink
Update doctrine/annotations dependency version range
Browse files Browse the repository at this point in the history
Expanded the version range for the `doctrine/annotations` package to include `^2.0`. This change allows for compatibility with more recent versions of the `doctrine/annotations` package, ensuring better flexibility and up-to-date features.
  • Loading branch information
koriym committed Nov 2, 2024
1 parent 65483e8 commit d1b439c
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 @@ -13,7 +13,7 @@
"psr/cache": "^1.0.1 || ^2.0 || ^3.0",
"ray/di": "^2.13.2",
"symfony/cache": "^5.3.4 || ^6.0 || ^v7.1",
"doctrine/annotations": "^1.13",
"doctrine/annotations": "^1.13 || ^2.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"ray/aop": "^2.10.4"
},
Expand Down

0 comments on commit d1b439c

Please sign in to comment.