From 4c17e6ecb72dac4020373d5f5939fb890f72536d Mon Sep 17 00:00:00 2001 From: aengels Date: Thu, 30 Jan 2025 12:07:03 +0100 Subject: [PATCH] Add Sylius 1.14 --- .github/workflows/sylius.yaml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sylius.yaml b/.github/workflows/sylius.yaml index 21f8c95..0d04b5c 100644 --- a/.github/workflows/sylius.yaml +++ b/.github/workflows/sylius.yaml @@ -20,6 +20,7 @@ jobs: sylius: - 1.12.0 - 1.13.0 + - 1.14.0 symfony: - 6.4 node: diff --git a/composer.json b/composer.json index 03e7a2e..5ed0ae2 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": "^8.0", - "sylius/sylius": "1.12.* || 1.13.*", + "sylius/sylius": "~1.12", "symfony/webpack-encore-bundle": "^1.12" }, "require-dev": {