Skip to content

Commit

Permalink
Merge pull request #103 from tulik/feature/add-support-for-sylius-11
Browse files Browse the repository at this point in the history
Add support for Sylius v1.11
  • Loading branch information
oallain authored Aug 3, 2022
2 parents 0cbbecb + af02cb3 commit ae27962
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^7.3 || ^8.0",
"sylius/sylius": "~1.8.0 || ~1.9.0 || ~1.10.0",
"sylius/sylius": "~1.8.0 || ~1.9.0 || ~1.10.0 || ~1.11.0",
"symfony/webpack-encore-bundle": "^1.12"
},
"require-dev": {
Expand Down Expand Up @@ -54,7 +54,10 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"post-install-cmd": [
Expand Down

0 comments on commit ae27962

Please sign in to comment.