Skip to content

Commit

Permalink
feature #268 Support stable 1.12 (Zales0123)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.5-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| Related tickets | 


Commits
-------

424520b Support stable 1.12
  • Loading branch information
GSadee authored Nov 2, 2022
2 parents ac3aa4f + 424520b commit 1ddf2b2
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 1ddf2b2

Please sign in to comment.