-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.13 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
{
"name": "myfav/cms-product-two-columns",
"description": "Two column cms products",
"version": "1.0.0",
"type": "shopware-platform-plugin",
"license": "proprietary",
"autoload": {
"psr-4": {
"Myfav\\CmsProductTwoColumns\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "Myfav\\CmsProductTwoColumns\\MyfavCmsProductTwoColumns",
"label": {
"de-DE": "Mindfav Two Columns CMS Products",
"en-GB": "Mindfav Two Columns CMS Products"
},
"description": {
"de-DE": "Zweispaltiges Artikel-Listing für das CMS-System.",
"en-GB": "Two-columned article-listing for the cms."
},
"manufacturerLink": {
"de-DE": "https://mindfav.com",
"en-GB": "https://mindfav.com"
},
"supportLink": {
"de-DE": "https://www.mindfav.com/impressum/",
"en-GB": "https://www.mindfav.com/impressum/"
}
},
"require": {
"shopware/core": "~6.4",
"shopware/storefront": "~6.4"
}
}