-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
32 lines (32 loc) · 880 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": "lis-dev/delivery-auto-api-2",
"description": "PHP class for API 2.0 ukrainian delivery company \"Delivery Auto\"",
"keywords": ["delivery", "delivery service", "delivery auto", "delivery auto api"],
"homepage": "https://github.com/lis-dev/",
"license": "MIT",
"authors": [
{
"name": "Igor Ivashchenko",
"homepage": "https://github.com/lis-dev/delivery-auto-api-2",
"role": "Developer"
},
{
"name": "Team",
"homepage": "https://github.com/lis-dev/delivery-auto-api-2/graphs/contributors",
"role": "Contributors"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"LisDev\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"LisDev\\Tests\\": "tests/"
}
}
}