Skip to content

Commit

Permalink
Drop support for Sylius 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Sep 7, 2022
1 parent f412e81 commit 8306b52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
php: ["8.0", "8.1"]
symfony: ["^4.4", "^5.4"]
sylius: ["~1.10.11", "~1.11.2"]
sylius: ["~1.11.2"]
node: ["14.x"]
mysql: ["5.7", "8.0"]

Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": "^8.0",

"sylius/sylius": "~1.10.11 || ~1.11.2",
"sylius/sylius": "~1.11.2",
"friendsofsymfony/jsrouting-bundle": "^2.2"
},
"require-dev": {
Expand Down Expand Up @@ -72,8 +72,7 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": false,
"symfony/flex": true,
"symfony/thanks": false
"symfony/flex": true
}
},
"extra": {
Expand Down

0 comments on commit 8306b52

Please sign in to comment.