-
Notifications
You must be signed in to change notification settings - Fork 16
/
composer.json
49 lines (49 loc) · 1.31 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
42
43
44
45
46
47
48
49
{
"name": "dpdconnect/magento2-shipping",
"description": "DPD Connect - Magento2 Shipping",
"require": {
"php": ">=7.2",
"magento/framework": ">=103.0.6",
"dpdconnect/php-sdk": "^1.1"
},
"type": "magento2-module",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "DPD",
"email": "pluginsupport@dpd.nl",
"homepage": "http://www.dpd.nl"
}
],
"support": {
"email": "pluginsupport@dpd.nl",
"issues": "http://www.dpd.nl/"
},
"homepage": "https://www.dpd.com/nl/business_customers/hulp_en_tools/e_commerce/magento",
"keywords": ["dpd", "dpd parcelservice", "Magento2"],
"minimum-stability": "stable",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"DpdConnect\\Shipping\\": ""
}
},
"require-dev": {
"magento/marketplace-eqp": "^2.0",
"overtrue/phplint": "^1.1"
},
"repositories": {
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"magento/composer-dependency-version-audit-plugin": false
}
}
}