From 987b068f98cbed6ed8e2362aa32c913b757a3b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20J=C3=B6rger?= Date: Mon, 25 Nov 2024 15:35:17 +0100 Subject: [PATCH] Allow Shopware 6.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 35ca893..29d1519 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "proprietary", "require": { "php": ">= 8.1", - "shopware/core": "6.5.*", + "shopware/core": "6.5.* || 6.6.*", "league/pipeline": "^1.0", "phpdocumentor/reflection-docblock": "^5.0", "psr/clock": "^1.0"