Skip to content

Commit

Permalink
Add doctrine/annotations to composer dependencies
Browse files Browse the repository at this point in the history
This commit adds the "doctrine/annotations" package to the project dependencies in the composer.json file. This will allow the project to utilize annotation features provided by the Doctrine library. No other changes were made.
  • Loading branch information
koriym committed Nov 16, 2024
1 parent ac41031 commit 7538e28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"require": {
"php": ">=5.5.0",
"bear/package": "~1.0",
"josegonzalez/dotenv": "~2.0"
"josegonzalez/dotenv": "~2.0",
"doctrine/annotations": "^1.0"
},
"require-dev": {
"composer/composer": "~1.0",
Expand Down

0 comments on commit 7538e28

Please sign in to comment.