From ec9c1eae5d55fa2089ff5a64ef39c430648db6af Mon Sep 17 00:00:00 2001 From: Stefan Doorn Date: Wed, 18 Dec 2024 13:52:17 +0100 Subject: [PATCH] Support Sylius 2.0 --- .github/workflows/build.yml | 5 ++++- composer.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6da94f8..3b25255 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,9 +23,12 @@ jobs: matrix: php: ["8.1", "8.2", "8.3"] symfony: ["^5.4", "^6.4"] - sylius: ["~1.13.0", "~1.14.0"] + sylius: ["~1.13.0", "~1.14.0", "~2.0.0"] node: ["14.x"] mysql: ["8.0"] + exclude: + - php: "8.1" + sylius: "~2.0.0" env: APP_ENV: test diff --git a/composer.json b/composer.json index 9ccc17e..b61c76c 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }, "require": { "php": "^7.4 || ^8.1", - "sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0 || ~1.13.0 || ~1.14.0" + "sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0 || ~1.13.0 || ~1.14.0 || ~2.0.0" }, "require-dev": { "api-platform/core": "~2.5.0 || ~2.6.0 || ~2.7.0",