Skip to content

Commit

Permalink
add package to composer.json
Browse files Browse the repository at this point in the history
add "doctrine/annotations": "^2.0.0"
  • Loading branch information
christopherhero authored Jan 21, 2025
1 parent bfe1a09 commit 7def5b5
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 @@
"license": "MIT",
"require": {
"php": "^8.0",
"sylius/sylius": "^1.12"
"sylius/sylius": "^1.12",
"doctrine/annotations": "^2.0.0"
},
"require-dev": {
"behat/behat": "^3.7.0",
Expand Down

0 comments on commit 7def5b5

Please sign in to comment.