Skip to content

Commit 1ddf2b2

Browse files
authored
feature #268 Support stable 1.12 (Zales0123)
This PR was merged into the 1.5-dev branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | master | Bug fix? | no | New feature? | no | Related tickets | Commits ------- 424520b Support stable 1.12
2 parents ac3aa4f + 424520b commit 1ddf2b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node: ["16.x"]
2424
mysql: ["5.7", "8.0"]
2525
symfony: ["^5.4", "^6.0"]
26-
sylius: ["~1.11.0", "~1.12.x-dev"]
26+
sylius: ["~1.11.0", "~1.12.0"]
2727
exclude:
2828
-
2929
symfony: "^6.0"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"phpseclib/phpseclib": "^2.0",
1111
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
1212
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.4 || ^0.2",
13-
"sylius/sylius": "~1.11.0 || 1.12.x-dev",
13+
"sylius/sylius": "~1.11.0 || ~1.12.0",
1414
"symfony/mailer": "^5.4 || ^6.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)