-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
44 lines (44 loc) · 1.01 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": "packlink/magento2",
"description": "Save up to 70% on your shipping costs. No fixed fees, no minimum shipping volume required. Manage all your shipments in a single platform.",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.6",
"packlink/integration-core": "3.3.18"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "magento2-module",
"repositories": [
{
"type": "vcs",
"no-api": true,
"url": "[email protected]:packlink-dev/ecommerce_module_core.git"
}
],
"authors": [
{
"name": "Packlink Shipping S.L."
}
],
"autoload": {
"files": [
"PacklinkPro/registration.php"
],
"psr-4": {
"Packlink\\PacklinkPro\\": "PacklinkPro",
"Packlink\\Script\\": "Script"
}
},
"scripts": {
"post-install-cmd": "Packlink\\Script\\Core::postComposer",
"post-update-cmd": "Packlink\\Script\\Core::postComposer"
},
"config": {
"platform": {
"php": "5.6.39"
}
}
}