We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a943e80 commit 4572c5fCopy full SHA for 4572c5f
2 files changed
.github/workflows/build.yml
@@ -19,6 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
php: ["8.1", "8.2", "8.3"]
22
+ sylius: ["~1.13.0", "~1.14.0"]
23
symfony: ["^5.4", "^6.4"]
24
node: ["20.x"]
25
mysql: ["8.0"]
composer.json
@@ -8,7 +8,7 @@
8
"php": "^8.1",
9
"bitbag/coding-standard": "^3.0",
10
"bitbag/google-analytics-4-plugin": "^1.0",
11
- "sylius/sylius": "~1.13.0",
+ "sylius/sylius": "~1.13.0 || ~1.14.0",
12
"symfony/messenger": "^5.4 || ^6.4",
13
"symfony/webpack-encore-bundle": "^1.15",
14
"ext-openssl": "*",
0 commit comments