-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 854 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 854 Bytes
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
{
"name": "kilylabs/true-api-cli",
"type": "library",
"description": "Консольная утилита для работы с API честный знак",
"keywords": ["честный знак", "гис мт", "true api", "api", "php"],
"homepage": "https://github/soft/kily-delivery",
"license": "MIT",
"authors": [
{
"name": "Alexander Bogdanov",
"email": "ab@dev.kily.ru"
}
],
"require": {
"guzzlehttp/guzzle": "^6.5 || ^7.0",
"kilylabs/cliframework": "^4.0.0.2",
"malkusch/lock": "^2.1",
"dnoegel/php-xdg-base-dir": "^0.1.1",
"hassankhan/config": "^2.2"
},
"bin": ["bin/true-cli"],
"autoload": {
"psr-4": {"Kily\\API\\TrueAPI\\Cli\\": "src/"}
},
"minimum-stability": "dev",
"prefer-stable": true
}