Skip to content

Commit

Permalink
Support stable 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Nov 2, 2022
1 parent ac3aa4f commit 424520b
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:
node: ["16.x"]
mysql: ["5.7", "8.0"]
symfony: ["^5.4", "^6.0"]
sylius: ["~1.11.0", "~1.12.x-dev"]
sylius: ["~1.11.0", "~1.12.0"]
exclude:
-
symfony: "^6.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"phpseclib/phpseclib": "^2.0",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.4 || ^0.2",
"sylius/sylius": "~1.11.0 || 1.12.x-dev",
"sylius/sylius": "~1.11.0 || ~1.12.0",
"symfony/mailer": "^5.4 || ^6.0"
},
"require-dev": {
Expand Down

0 comments on commit 424520b

Please sign in to comment.