forked from gabrielbull/php-ups-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 844 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
{
"name": "gabrielbull/ups-api",
"type": "library",
"description": "UPS API PHP Wrapper",
"keywords": ["ups", "api", "wrapper", "quantum view", "tracking", "shipping", "rate", "rating", "time in transit"],
"homepage": "https://github.com/gabrielbull/php-ups-api",
"license": "MIT",
"authors": [
{
"name": "Gabriel Bull",
"email": "[email protected]"
},
{
"name": "Sebastien Vergnes",
"email": "[email protected]"
},
{
"name": "Michael Williams",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "4.1.*"
},
"autoload": {
"psr-4": {
"Ups\\": "src/Ups"
}
}
}