From 1fc60376caa05caf599280340c01ca108928216e Mon Sep 17 00:00:00 2001 From: Francis Hilaire Date: Wed, 18 Dec 2024 11:32:53 +0100 Subject: [PATCH] Add Sylius 1.14 support (#261) --- .github/workflows/build.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cdcc42d..098592aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: matrix: php: ["8.0", "8.1", "8.2"] symfony: ["^4.4", "^5.4", "^6.4"] - sylius: ["~1.11.0", "~1.12.0", "~1.13.0"] + sylius: ["~1.11.0", "~1.12.0", "~1.13.0", "~1.14.0"] node: ["14.x"] mysql: ["8.0"] exclude: diff --git a/composer.json b/composer.json index 1e30198a..afbb542f 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }, "require": { "php": "^7.4 || ^8.0", - "sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0 || ~1.13.0" + "sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0 || ~1.13.0 || ~1.14.0" }, "require-dev": { "api-platform/core": "~2.5.0 || ~2.6.0 || ~2.7.0",