Skip to content

Commit

Permalink
removing doctrine/annotations from require list
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherhero committed Jan 8, 2025
1 parent 0de7e61 commit 6e1cdba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"sylius/sylius": "^1.12",
"doctrine/annotations": "^2.0.0"
"sylius/sylius": "^1.12"
},
"require-dev": {
"behat/behat": "^3.7.0",
Expand Down

0 comments on commit 6e1cdba

Please sign in to comment.