Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
chore: add shopware/core to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Aug 4, 2023
1 parent 4b05d85 commit f27ebba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit f27ebba

Please sign in to comment.