Skip to content

Commit

Permalink
Merge pull request #63 from BitBagCommerce/fix-install-on-sylius-1-12
Browse files Browse the repository at this point in the history
Fix plugin install on Sylius 1.12
  • Loading branch information
senghe committed Jul 5, 2023
2 parents 9806d71 + a72569c commit 656bebd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"sylius/sylius": "~1.11.0 || ~1.12.0",
"drewm/mailchimp-api": "^v2.5.4",
"ext-json": "*",
"vimeo/psalm": "^4.12",
"composer/xdebug-handler": "^2.0",
"bitbag/coding-standard": "^1.0.0 || ^2.0.0 ",
"symfony/webpack-encore-bundle": "^1.16"
},
"require-dev": {
Expand All @@ -36,7 +33,10 @@
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/intl": "^5.4 || ^6.0",
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"vimeo/psalm": "^4.12",
"composer/xdebug-handler": "^2.0",
"bitbag/coding-standard": "^1.0.0 || ^2.0.0"
},
"prefer-stable": true,
"autoload": {
Expand All @@ -45,6 +45,7 @@
"Tests\\BitBag\\SyliusMailChimpPlugin\\": "tests/"
}
},

"autoload-dev": {
"classmap": ["tests/Application/Kernel.php"]
},
Expand Down

0 comments on commit 656bebd

Please sign in to comment.