-
Notifications
You must be signed in to change notification settings - Fork 15
/
composer.json
44 lines (44 loc) · 1.1 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
{
"name": "dpdbenelux/magento2-shipping",
"description": "DPD Magento2 Shipping extension",
"require": {
"php": ">=7.0.13",
"setasign/fpdi-fpdf": "2.1",
"zendframework/zend-barcode" : "2.7"
},
"type": "magento2-module",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "DPD",
"email": "[email protected]",
"homepage": "http://www.dpd.nl"
}
],
"support": {
"email": "[email protected]",
"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": {
"DPDBenelux\\Shipping\\": ""
}
},
"require-dev": {
"object-calisthenics/phpcs-calisthenics-rules": "^3.0",
"magento/marketplace-eqp": "^2.0",
"overtrue/phplint": "^1.1"
},
"repositories": {
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
}
}
}