-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.33 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.33 KB
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
{
"name": "scaleflex/shopware-filerobot-plugin",
"keywords": ["scaleflex", "shopware-6", "filerobot", "cdn", "image optimization"],
"description": "Filerobot by Scaleflex normalizes, resizes, optimizes and distributes your images rocket fast around the world.",
"type": "shopware-platform-plugin",
"version": "1.0.7",
"license": "proprietary",
"autoload": {
"psr-4": {
"Scaleflex\\Filerobot\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Scaleflex\\Filerobot\\Test\\": "test/"
}
},
"require": {
"shopware/core": "6.*"
},
"authors": [
{
"name": "Scaleflex"
}
],
"extra": {
"shopware-plugin-class": "Scaleflex\\Filerobot\\ScaleflexFilerobot",
"label": {
"de-DE": "Filerobot von Scaleflex - Digital Asset Management, Medienoptimierung und -beschleunigung",
"en-GB": "Filerobot by Scaleflex - Digital Asset Management, Media Optimisation and Acceleration"
},
"description": {
"de-DE": "Filerobot von Scaleflex normalisiert, verkleinert, optimiert und verteilt Ihre Bilder raketenschnell in die ganze Welt.",
"en-GB": "Filerobot by Scaleflex normalizes, resizes, optimizes and distributes your images rocket fast around the world."
},
"manufacturerLink": {
"de-DE": "https://scaleflex.com",
"en-GB": "https://scaleflex.com"
}
}
}