Skip to content

Commit fad51a1

Browse files
authored
Merge pull request #24 from BitBagCommerce/UC-21-upgrade-to-sylius-1.14
[UC-21] Add Sylius 1.14 support
2 parents 0d764d7 + 94c76af commit fad51a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
php: ["8.1", "8.2", "8.3"]
22+
sylius: ["~1.13.0", "~1.14.0"]
2223
symfony: ["^5.4", "^6.4"]
2324
node: ["20.x"]
2425
mysql: ["8.0"]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"require": {
88
"php": "^8.1",
9-
"sylius/sylius": "~1.13.0",
9+
"sylius/sylius": "~1.13.0 || ~1.14.0",
1010
"symfony/amqp-messenger": "^5.4 || ^6.4 || ^7.0",
1111
"symfony/messenger": "^5.4 || ^6.4",
1212
"symfony/webpack-encore-bundle": "^1.15"

0 commit comments

Comments
 (0)