Skip to content

Commit

Permalink
Remove unused doctrine/annotations dependency
Browse files Browse the repository at this point in the history
The dependency "doctrine/annotations" is no longer necessary and has been removed from the composer.json file. This change helps to simplify the dependency management and reduce potential maintenance overhead.
  • Loading branch information
koriym committed Nov 29, 2024
1 parent 63b555c commit 13e2794
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
],
"require": {
"php": "^7.2 || ^8.0",
"doctrine/annotations": "^1.12 || ^2.0",
"doctrine/cache": "^1.10 || ^2.1",
"koriym/attributes": "^1.0",
"koriym/null-object": "^1.0",
Expand Down

0 comments on commit 13e2794

Please sign in to comment.