From 3fd03e771bbac82e6d9c66d1a25734d37cf7c31e Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Mon, 5 Sep 2022 10:10:17 +0200 Subject: [PATCH] Allow stable version from sylius theme bundle --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 39dfa92..0cd5acf 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "symfony/config": "^4.4 || ^5.4 || ^6.0", "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0", "symfony/http-kernel": "^5.4 || ^6.0", - "sylius/theme-bundle": "^2.1 || ^2.3@alpha" + "sylius/theme-bundle": "^2.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.1",