From 9149aefef4af443024ceb3541e7311ee4f76eaa9 Mon Sep 17 00:00:00 2001 From: Shyim Date: Sat, 5 Oct 2024 09:51:55 +0200 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f5d4a3d..2c966db 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "description": "Docker image for Shopware 6 production", "require": { - "shopware/core": ">=6.6.1.0" + "shopware/core": ">=6.6.1.0", "shopware/deployment-helper": "*" } }