Skip to content

Commit

Permalink
Require sylius ^1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Apr 8, 2022
1 parent 107f16f commit cab98aa
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"]
symfony: ["5.4.*"]
sylius: ["^1.11"]
sylius: ["^1.11.2"]
node: ["14.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": "^8.0",
"sylius/sylius": "^1.11"
"sylius/sylius": "^1.11.2"
},
"require-dev": {
"behat/behat": "^3.6.1",
Expand Down

0 comments on commit cab98aa

Please sign in to comment.