From d5b39bdc79835b56854f1d209d059caaa0b02dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Odwa=C5=BCny?= Date: Thu, 9 Jan 2025 11:15:36 +0100 Subject: [PATCH] allowing to sylius 1.14 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f515302..6109848 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "require": { "php": "^8.0", "friendsofsymfony/elastica-bundle": "^6.0", - "sylius/sylius": "~1.12.0 || ~1.13.0", + "sylius/sylius": "^1.12", "symfony/webpack-encore-bundle": "^1.16" }, "require-dev": {