From 7fddd25e0a3e2b1dba1153d5252d646ea76d4fc1 Mon Sep 17 00:00:00 2001 From: Maxime Huran <m.huran@monsieurbiz.com> Date: Tue, 21 Jan 2025 17:09:05 +0100 Subject: [PATCH] feat(deps): remove Sylius 1.11 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6995dd2b..254c9ea4 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "php": "^8.1", - "sylius/sylius": ">=1.11 <2.0", + "sylius/sylius": ">=1.12 <2.0", "twig/markdown-extra": "^2.16|^3.12", "twig/extra-bundle": "^2.16|^3.12", "league/commonmark": "^2.5"