We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3aa4f commit 424520bCopy full SHA for 424520b
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
node: ["16.x"]
24
mysql: ["5.7", "8.0"]
25
symfony: ["^5.4", "^6.0"]
26
- sylius: ["~1.11.0", "~1.12.x-dev"]
+ sylius: ["~1.11.0", "~1.12.0"]
27
exclude:
28
-
29
symfony: "^6.0"
composer.json
@@ -10,7 +10,7 @@
10
"phpseclib/phpseclib": "^2.0",
11
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
12
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.4 || ^0.2",
13
- "sylius/sylius": "~1.11.0 || 1.12.x-dev",
+ "sylius/sylius": "~1.11.0 || ~1.12.0",
14
"symfony/mailer": "^5.4 || ^6.0"
15
},
16
"require-dev": {
0 commit comments