Skip to content

Commit

Permalink
minor #427 Bump Sylius 1.13 to stable v1.13.0 version (GSadee)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.5 branch.

Discussion
----------

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


Commits
-------
  Bump Sylius 1.13 to stable v1.13.0 version
  • Loading branch information
NoResponseMate authored Apr 23, 2024
2 parents b0c7ddf + 5c9681e commit 5ac1af1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
php: ["8.1", "8.2"]
symfony: ["^5.4.21", "^6.4"]
sylius: ["~1.12.0", "~1.13.x-dev",]
sylius: ["~1.12.0", "~1.13.0",]
node: ["20.x"]
mysql: ["8.0"]
wkhtmltopdf: ["0.12.6-1"]
Expand All @@ -35,7 +35,7 @@ jobs:
-
php: "8.3"
symfony: "^6.4"
sylius: "~1.13.x-dev"
sylius: "~1.13.0"
node: "20.x"
mysql: "8.0"
wkhtmltopdf: "0.12.6-1"
Expand All @@ -51,7 +51,7 @@ jobs:
-
php: "8.2"
symfony: "^6.4"
sylius: "~1.13.x-dev"
sylius: "~1.13.0"
node: "20.x"
mysql: "8.0"
wkhtmltopdf: false
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"myclabs/php-enum": "^1.7",
"php-http/message-factory": "^1.1",
"sylius/resource-bundle": "^1.9",
"sylius/sylius": "~1.12.0 || ~1.13.x-dev",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"symfony/messenger": "^5.4.21 || ^6.4"
},
"require-dev": {
Expand Down Expand Up @@ -95,6 +95,5 @@
"require": "^5.4 || ^6.0"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
"prefer-stable": true
}

0 comments on commit 5ac1af1

Please sign in to comment.