-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
43 lines (43 loc) · 1.27 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
{
"name": "sas/cms-grid-blocks",
"description": "CMS grid blocks",
"type": "shopware-platform-plugin",
"version": "v1.1.0",
"license": "proprietary",
"authors": [
{
"name": "Shape & Shift",
"role": "Manufacturer",
"homepage": "https://shapeandshift.dev"
}
],
"autoload": {
"psr-4": {
"Sas\\CmsGridBlocks\\": "src/"
}
},
"require": {
"shopware/core": "~6.6.0",
"shopware/storefront": "~6.6.0",
"shopware/administration": "~6.6.0"
},
"extra": {
"shopware-plugin-class": "Sas\\CmsGridBlocks\\SasCmsGridBlocks",
"label": {
"de-DE": "CMS grid blocks",
"en-GB": "CMS grid blocks"
},
"description": {
"en-GB": "A plugin for the CMS builder which adds blocks for several column layouts",
"de-DE": "Plugin welches im CMS Designer diverse Spalten Blöcke bereit stellt"
},
"manufacturerLink": {
"en-GB": "https://shapeandshift.dev",
"de-DE": "https://shapeandshift.dev"
},
"supportLink": {
"de-DE": "https://shapeandshift.dev",
"en-GB": "https://shapeandshift.dev"
}
}
}