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

Commit f27ebba

Browse files
committed
chore: add shopware/core to requirements
1 parent 4b05d85 commit f27ebba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
}
2222
],
2323
"require": {
24-
"frosh/platform-thumbnail-processor": "^1.0.20"
24+
"frosh/platform-thumbnail-processor": "^1.0.20",
25+
"shopware/core": "~6.4.0"
2526
},
2627
"extra": {
2728
"shopware-plugin-class": "Frosh\\ThumbnailProcessorImgProxy\\FroshPlatformThumbnailProcessorImgProxy",
@@ -30,8 +31,8 @@
3031
"en-GB": "ThumbnailProcessorImgProxy Addon"
3132
},
3233
"description": {
33-
"de-DE": "Deutsche Beschreibung des Plugins",
34-
"en-GB": "English description of the plugin"
34+
"de-DE": "This plugins allows you to use secured imgproxy in thumbnail processor",
35+
"en-GB": "This plugins allows you to use secured imgproxy in thumbnail processor"
3536
}
3637
},
3738
"autoload": {

0 commit comments

Comments
 (0)