-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.14 KB
/
Copy pathcomposer.json
File metadata and controls
48 lines (48 loc) · 1.14 KB
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
45
46
47
48
{
"name": "slince/shipment-tracking",
"keywords": [
"shipment",
"tracking",
"tracker",
"parcel",
"DHL",
"DHL eCommerce",
"USPS",
"燕文物流",
"Yanwen Express",
"E邮宝",
"Epacket",
"E包裹",
"E特快",
"国际EMS",
"快递100",
"KuaiDi100"
],
"description": "A flexible and awesome shipment tracking library for several carriers like DHL eCommerce, USPS, YanWen Express, Epacket, E包裹, E特快, 国际EMS, 快递100",
"license": "MIT",
"authors": [
{
"name": "Tao",
"email": "taosikai@yeah.net"
}
],
"require": {
"php": ">=5.6.0",
"slince/shipment-tracking-foundation": "^1.1",
"nesbot/carbon": "^1.0",
"rinvex/country": "^2.0|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0|^6.0"
},
"autoload": {
"psr-4": {
"Slince\\ShipmentTracking\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Slince\\ShipmentTracking\\Tests\\": "tests/"
}
}
}