Skip to content

Commit

Permalink
Prepare v1.10.0-ALPHA.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed May 11, 2021
1 parent de89a59 commit 58ed5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
php: ["8.0", "7.4"]
symfony: ["^4.4", "^5.2"]
sylius: ["~1.9.0", "~1.10.0@dev"]
sylius: ["~1.9.0", "~1.10.0@alpha"]
node: ["10.x"]
mysql: ["8.0"]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"require": {
"php": "^7.4 || ^8.0",
"sylius/sylius": "~1.9.0 || ~1.10.0@dev"
"sylius/sylius": "~1.9.0 || ~1.10.0@alpha"
},
"require-dev": {
"behat/behat": "^3.6.1",
Expand Down

0 comments on commit 58ed5a7

Please sign in to comment.