-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
38 lines (38 loc) · 927 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
34
35
36
37
38
{
"name": "mappconnect/shopware-plugin",
"description": "Mapp Connect integration for Shopware 6",
"version": "0.0.7",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Mapp"
}
],
"require": {
"shopware/core": "^6.6",
"shopware/storefront": "^6.6",
"mappconnect/client": "^0.1"
},
"extra": {
"shopware-plugin-class": "Mapp\\Connect\\Shopware\\MappConnect",
"label": {
"de-DE": "Mapp Connect",
"en-GB": "Mapp Connect"
},
"description": {
"de-DE": "Mapp Connect Integration",
"en-GB": "Mapp Connect Integration"
}
},
"autoload": {
"psr-4": {
"Mapp\\Connect\\Shopware\\": "src/"
}
},
"config": {
"allow-plugins": {
"symfony/runtime": false
}
}
}