From f27ebbae5d66a4c52a0a67a8dce7193d4ab8a3f3 Mon Sep 17 00:00:00 2001 From: tinect Date: Fri, 4 Aug 2023 23:49:23 +0200 Subject: [PATCH] chore: add shopware/core to requirements --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 995d290..36542c8 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ } ], "require": { - "frosh/platform-thumbnail-processor": "^1.0.20" + "frosh/platform-thumbnail-processor": "^1.0.20", + "shopware/core": "~6.4.0" }, "extra": { "shopware-plugin-class": "Frosh\\ThumbnailProcessorImgProxy\\FroshPlatformThumbnailProcessorImgProxy", @@ -30,8 +31,8 @@ "en-GB": "ThumbnailProcessorImgProxy Addon" }, "description": { - "de-DE": "Deutsche Beschreibung des Plugins", - "en-GB": "English description of the plugin" + "de-DE": "This plugins allows you to use secured imgproxy in thumbnail processor", + "en-GB": "This plugins allows you to use secured imgproxy in thumbnail processor" } }, "autoload": {