We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfc6d9 commit abf2340Copy full SHA for abf2340
.github/workflows/recipe.yaml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
php: ['8.1', '8.2', '8.3']
18
- sylius: ["~1.12.0", "~1.13.0", "1.14.0"]
+ sylius: ["~1.13.0", "1.14.0"]
19
20
steps:
21
- name: Setup PHP
composer.json
@@ -6,7 +6,7 @@
6
"license": "MIT",
7
"require": {
8
"php": "^8.1",
9
- "sylius/sylius": ">=1.12 <2.0",
+ "sylius/sylius": ">=1.13 <2.0",
10
"monsieurbiz/sylius-settings-plugin": "^1.2.0",
11
"monsieurbiz/sylius-rich-editor-plugin": "^2.8.0"
12
},
0 commit comments