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 b813580 commit f49ef1aCopy full SHA for f49ef1a
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
php: [7.4, 7.3]
25
symfony: [^4.4, ^5.2]
26
- sylius: [~1.8.0, ~1.9.0@beta]
+ sylius: [~1.8.0, ~1.9.0]
27
node: [10.x]
28
mysql: [5.7]
29
composer.json
@@ -9,7 +9,7 @@
9
"license": "MIT",
10
"require": {
11
"php": "^7.3",
12
- "sylius/sylius": "~1.8.0 || ~1.9.0@beta"
+ "sylius/sylius": "~1.8.0 || ~1.9.0"
13
},
14
"conflict": {
15
"api-platform/core": "^2.6"
0 commit comments