Skip to content

Commit

Permalink
feat(composer): remove useless dependencies in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Gutbub committed Jul 19, 2023
1 parent 45cc1d3 commit ac9943e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"ext-mbstring": "*",
"ext-json": "*",
"sylius/sylius": ">=1.11 <1.13",
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
"symfony/webpack-encore-bundle": "^1.15"
"sylius/sylius": ">=1.11 <1.13"
},
"require-dev": {
"behat/behat": "^3.6.1",
Expand Down

0 comments on commit ac9943e

Please sign in to comment.