Skip to content

Commit 58ed5a7

Browse files
committed
Prepare v1.10.0-ALPHA.1 release
1 parent de89a59 commit 58ed5a7

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: ["8.0", "7.4"]
2525
symfony: ["^4.4", "^5.2"]
26-
sylius: ["~1.9.0", "~1.10.0@dev"]
26+
sylius: ["~1.9.0", "~1.10.0@alpha"]
2727
node: ["10.x"]
2828
mysql: ["8.0"]
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.4 || ^8.0",
12-
"sylius/sylius": "~1.9.0 || ~1.10.0@dev"
12+
"sylius/sylius": "~1.9.0 || ~1.10.0@alpha"
1313
},
1414
"require-dev": {
1515
"behat/behat": "^3.6.1",

0 commit comments

Comments
 (0)