Skip to content

Commit

Permalink
Added some missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed May 27, 2024
1 parent 9d40885 commit 429b3d3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,20 @@
],
"require": {
"php": ">=8.1",
"doctrine/persistence": "^2.0 || ^3.0",
"sylius/core": "^1.0",
"sylius/core-bundle": "^1.0",
"sylius/order": "^1.0",
"sylius/order-bundle": "^1.0",
"sylius/resource-bundle": "^1.6",
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0"
"symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0",
"symfony/form": "^5.4 || ^6.4 || ^7.0",
"symfony/http-foundation": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
"symfony/options-resolver": "^5.4 || ^6.4 || ^7.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"api-platform/core": "^2.7.16",
Expand Down

0 comments on commit 429b3d3

Please sign in to comment.