Skip to content

Commit

Permalink
Add some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 29, 2024
1 parent edfd7f4 commit e8fb66a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,23 @@
],
"require": {
"php": ">=8.1",
"doctrine/collections": "^1.6",
"doctrine/persistence": "^2.0 || ^3.0",
"setono/client-bundle": "^1.0@beta",
"setono/composite-compiler-pass": "^1.2",
"setono/doctrine-orm-trait": "^1.1",
"sylius/core-bundle": "^1.0",
"sylius/product-bundle": "^1.0",
"sylius/resource-bundle": "^1.8",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/http-foundation": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/options-resolver": "^6.4 || ^7.0",
"symfony/serializer": "^6.4 || ^7.0",
"symfony/uid": "^6.4 || ^7.0"
"symfony/uid": "^6.4 || ^7.0",
"twig/twig": "^2.15 || ^3.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"api-platform/core": "^2.7.16",
Expand Down

0 comments on commit e8fb66a

Please sign in to comment.