-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 808 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 808 Bytes
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
{
"name": "mac/theme-preview",
"description": "Theme preview plugin for Shopware 6",
"version": "1.0.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Hung Mac"
}
],
"autoload": {
"psr-4": {
"MacThemePreview\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "MacThemePreview\\MacThemePreview",
"label": {
"de-DE": "Theme Preview Plugin für Shopware 6",
"en-GB": "Theme Preview Plugin for Shopware 6"
}
},
"suggest": {
"shopware/storefront": "Require '*'. Enables special feature for custom theme id",
"shopware/administration": "Require '*'. Allows you to to set up the plugin easily"
},
"conflict": {
"shopware/storefront": "<6,>=7",
"shopware/administration": "<6,>=7"
}
}