Skip to content

Commit

Permalink
Adding more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Feb 26, 2024
1 parent ca6700a commit 053775e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,26 @@
"description": "A Sylius plugin for handling brands",
"license": "MIT",
"require": {
"php": ">=8.1"
"php": ">=8.1",
"doctrine/collections": "^1.8",
"doctrine/orm": "^2.14",
"fakerphp/faker": "^1.23",
"knplabs/knp-menu": "^3.4",
"sylius/admin-api-bundle": "^1.11",
"sylius/core": "^1.0",
"sylius/core-bundle": "^1.0",
"sylius/resource-bundle": "^1.6",
"sylius/ui-bundle": "^1.0",
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^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/options-resolver": "^5.4 || ^6.4 || ^7.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"friendsofsymfony/oauth-server-bundle": ">2.0.0-alpha.0 ^2.0@dev",
"setono/code-quality-pack": "^2.7",
"sylius/sylius": "~1.11.15"
},
Expand Down

0 comments on commit 053775e

Please sign in to comment.