From 281d1cdc66d4b7382c116cd72f6b20528e94c582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pysiak?= Date: Mon, 6 May 2024 06:31:36 +0200 Subject: [PATCH] Install only Sylius 1.12 on Skeleton 1.12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aae1f3f..fb7630a 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "license": "MIT", "require": { "php": "^8.0", - "sylius/sylius": "^1.12", + "sylius/sylius": "~1.12.15", "sylius/mailer-bundle": "^1.8 || ^2.0@beta", "symfony/webpack-encore-bundle": "^1.15" },