-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
38 lines (38 loc) · 1008 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
33
34
35
36
37
38
{
"name": "mwspace/packlink-php",
"description": "Packlink Pro Php Api Sdk (shipping automation) | Php Library Model (Unofficial)",
"keywords": [
"packlink php",
"packlink php api",
"shipping php api",
"laravel packlink api",
"codeigniter packlink api",
"symfony packlink api",
"Yii Framework packlink api",
"CakePHP packlink api",
"Zend Framework packlink api"
],
"homepage": "https://mwspace.com",
"license": "Apache-2.0",
"authors": [
{
"name": "MwSpace llc, srl",
"email": "[email protected]",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"php": "^5.6|^7.1|^8.0",
"guzzlehttp/guzzle": "^6.5.5|^7.3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3.3"
},
"autoload": {
"psr-4": {
"MwSpace\\": "src/",
"MwSpace\\Packlink\\": "src/"
}
}
}