Skip to content

Commit

Permalink
minor #316 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 main branch.

Discussion
----------



Commits
-------
  Bump Sylius 1.13 to stable v1.13.0 version
  • Loading branch information
NoResponseMate committed Apr 23, 2024
2 parents 4263f0e + e3faeef commit d1286d0
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 @@ -21,7 +21,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 @@ -31,7 +31,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 @@ -47,7 +47,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 @@ -10,7 +10,7 @@
"ramsey/uuid": "^3.9 || ^4.0",
"sylius/grid-bundle": "^1.9",
"sylius/resource-bundle": "^1.9",
"sylius/sylius": "~1.12.0 || ~1.13.x-dev",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"symfony/config": "^5.4 || ^6.4",
"symfony/dependency-injection": "^5.4.21 || ^6.4",
"symfony/form": "^5.4.21 || ^6.4",
Expand Down Expand Up @@ -90,6 +90,5 @@
"dev-master": "1.0-dev"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
"prefer-stable": true
}

0 comments on commit d1286d0

Please sign in to comment.