-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
50 lines (50 loc) · 1.85 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "frosh/platform-thumbnail-processor",
"keywords": [
"shopware",
"backend",
"admin",
"media",
"media manager",
"cdn",
"storage",
"thumbnail"
],
"description": "This plugins allows you to use variable thumbnails, without having them on storage.",
"version": "1.0.21",
"type": "shopware-platform-plugin",
"license": "mit",
"authors": [
{
"name": "FriendsOfShopware",
"homepage": "https://friendsofshopware.de"
}
],
"require": {
"shopware/core": "^6.4.0"
},
"extra": {
"shopware-plugin-class": "Frosh\\ThumbnailProcessor\\FroshPlatformThumbnailProcessor",
"label": {
"de-DE": "ThumbnailProcessor mit Lazy Loading und Webp-Unterstützung",
"en-GB": "ThumbnailProcessor incl. Lazy Loading and Webp-Support"
},
"description": {
"de-DE": "Verschwende keine Rechenleistung und keinen Speicherplatz mit Thumbnails! Lass diese in Echtzeit beim Besuch durch einen externen Dienst erzeugen und ausliefern.",
"en-GB": "Don't waste the computing power and space with thumbnails! Have the thumbnails generated and delivered in real time when you visit an external service."
},
"manufacturerLink": {
"de-DE": "https://github.com/FriendsOfShopware/FroshPlatformThumbnailProcessor",
"en-GB": "https://github.com/FriendsOfShopware/FroshPlatformThumbnailProcessor"
},
"supportLink": {
"de-DE": "https://github.com/FriendsOfShopware/FroshPlatformThumbnailProcessor/issues",
"en-GB": "https://github.com/FriendsOfShopware/FroshPlatformThumbnailProcessor/issues"
}
},
"autoload": {
"psr-4": {
"Frosh\\ThumbnailProcessor\\": "src/"
}
}
}