-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 962 Bytes
/
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
{
"name": "melvinachterhuis/checkout-header-footer-shopware6-plugin",
"description": "Full header and footer in the checkout",
"version": "1.1.0",
"license": "MIT",
"authors": [
{
"name": "Melvin Achterhuis"
}
],
"require": {
"shopware/core": "6.4.*",
"shopware/storefront": "6.4.*",
"shopware/administration": "6.4.*"
},
"type": "shopware-platform-plugin",
"autoload": {
"psr-4": {
"Melv\\CheckoutHeaderFooter\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "Melv\\CheckoutHeaderFooter\\MelvCheckoutHeaderFooter",
"label": {
"de-DE": "Kasse - Kopf- und Fußzeile",
"en-GB": "Checkout - Header & Footer"
},
"description": {
"de-DE": "Vollständige Kopf- und Fußzeile im Checkout",
"en-GB": "Full header and footer in the checkout"
}
}
}