Skip to content

Commit

Permalink
Added doctrine/annotations to dependencies (easybill#58)
Browse files Browse the repository at this point in the history
Version 3.30.0 of jms/serializer dropped doctrine/annotations from its
dependencies, so it needs to be directly required.
  • Loading branch information
mbaschnitzi committed Feb 29, 2024
1 parent 126f449 commit f61cc46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
"require": {
"php": "^7.4 || ^8.0",
"doctrine/annotations": "^1.14 || ^2.0",
"jms/serializer": "^3.16",
"ext-dom": "*"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f61cc46

Please sign in to comment.