-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.18 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
{
"name": "picqer/shopware6-plugin",
"description": "Picqer Extended Integration for Shopware 6",
"type": "shopware-platform-plugin",
"license": "MIT",
"autoload": {
"psr-4": {
"Picqer\\Shopware6Plugin\\": "src/"
}
},
"authors": [
{
"name": "Picqer",
"email": "[email protected]"
}
],
"keywords": [
"picqer",
"shopware6"
],
"require": {
"php": ">=7.4",
"shopware/core": "^6.4",
"ext-curl": "*",
"ext-json": "*"
},
"extra": {
"shopware-plugin-class": "Picqer\\Shopware6Plugin\\PicqerExtendedIntegration",
"plugin-icon": "plugin.png",
"label": {
"de-DE": "Picqer Extended Integration",
"en-GB": "Picqer Extended Integration",
"nl-NL": "Picqer Extended Integration"
},
"description": {
"de-DE": "Adds realtime syncing capabilities to the integration with Picqer",
"en-GB": "Adds realtime syncing capabilities to the integration with Picqer",
"nl-NL": "Adds realtime syncing capabilities to the integration with Picqer"
}
}
}