Skip to content

Commit

Permalink
Add required deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Nov 29, 2023
1 parent 80ed723 commit 97d9950
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
"doctrine/migrations": "^3.0",
"doctrine/orm": "^2.12",
"psr/log": "^2.0",
"sylius/mailer-bundle": "^1.8 || ^2.0",
"sylius/resource": "^1.8",
"sylius/resource-bundle": "^1.8",
"sylius/sylius": "^1.12",
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
"symfony/webpack-encore-bundle": "^1.15",
"symfony/config": "^5.4 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
Expand All @@ -28,6 +27,8 @@
"symfony/routing": "^5.4 || ^6.0",
"symfony/translation-contracts": "^2.0",
"symfony/validator": "^5.4 || ^6.0",
"symfony/webpack-encore-bundle": "^1.15",
"twig/twig": "^3.8",
"webmozart/assert": "^1.10"
},
"require-dev": {
Expand Down

0 comments on commit 97d9950

Please sign in to comment.