forked from postnl/postnl-magento1-End-of-life
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 811 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
{
"name": "tig/postnl-magento1",
"description": "TIG Magento 1 PostNL extension",
"type": "magento-module",
"license": "CC-BY-NC-ND-3.0",
"authors": [
{
"name": "TIG",
"email": "[email protected]",
"homepage": "http://tig.nl"
}
],
"support": {
"email": "[email protected]",
"issues": "http://servicedesk.tig.nl/hc/nl/requests/new"
},
"homepage": "https://tig.nl/postnl",
"minimum-stability": "stable",
"repositories": {
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
}
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"magento/marketplace-eqp": "^1.0",
"satooshi/php-coveralls": "^1.0"
}
}