Skip to content

Commit

Permalink
Merge pull request #19 from dediagency/kevinbalicot-patch-1
Browse files Browse the repository at this point in the history
fix: Sylius version requirement
  • Loading branch information
kevinbalicot committed Aug 2, 2021
2 parents ab73343 + 5e59fbe commit fb2f3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": "^7.4 || ^8.0",
"sylius/sylius": "^1.10"
"sylius/sylius": "^1.9 || ^1.10"
},
"require-dev": {
"behat/behat": "^3.6",
Expand Down

0 comments on commit fb2f3cd

Please sign in to comment.