Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 25, 2024
1 parent c3a8452 commit 0959bfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
"php": ">=8.1",
"doctrine/orm": "^2.0 || ^3.0",
"sylius/core-bundle": "^1.0",
"sylius/product-bundle": "^1.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
"symfony/form": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 0959bfb

Please sign in to comment.