From 5fdef31ecf1ada4319bb39b9a9d301be7362cbe6 Mon Sep 17 00:00:00 2001 From: Lorenzo Ruozzi Date: Wed, 22 Nov 2023 17:22:42 +0100 Subject: [PATCH] Require sylius >= 1.12.11 due to product option repository method (#187) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index de9215ca..af7b58d1 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "http-interop/http-factory-guzzle": "^1.0", "php-http/guzzle6-adapter": "^2.0", "sylius/mailer-bundle": "^1.8 || ^2.0", - "sylius/sylius": "^1.12", + "sylius/sylius": "^1.12.11", "symfony/deprecation-contracts": "^2.2", "symfony/lock": "^5.4 || ^6.0", "symfony/webpack-encore-bundle": "^1.15"