Skip to content

Commit

Permalink
add doctrine/annotations dependency (fixes #117, via #127)
Browse files Browse the repository at this point in the history
  • Loading branch information
stdex authored Jan 8, 2024
1 parent 4733e7d commit fc52ffa
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 @@ -19,7 +19,8 @@
"php": ">=7.1.3",
"jms/serializer": "^1 | ^2 | ^3",
"ramsey/uuid": "^3 | ^4",
"symfony/mime": "^4.3 | ^5"
"symfony/mime": "^4.3 | ^5",
"doctrine/annotations": "1.*"
},
"require-dev": {
"phpunit/phpunit": "^7 | ^8 | ^9"
Expand Down

0 comments on commit fc52ffa

Please sign in to comment.