Skip to content

Commit f49ef1a

Browse files
committed
Upgrade to v1.9.0
1 parent b813580 commit f49ef1a

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
matrix:
2424
php: [7.4, 7.3]
2525
symfony: [^4.4, ^5.2]
26-
sylius: [~1.8.0, ~1.9.0@beta]
26+
sylius: [~1.8.0, ~1.9.0]
2727
node: [10.x]
2828
mysql: [5.7]
2929

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"require": {
1111
"php": "^7.3",
12-
"sylius/sylius": "~1.8.0 || ~1.9.0@beta"
12+
"sylius/sylius": "~1.8.0 || ~1.9.0"
1313
},
1414
"conflict": {
1515
"api-platform/core": "^2.6"

0 commit comments

Comments
 (0)