forked from slowprog/yclients-api
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 862 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 862 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
28
29
{
"name": "andrey-tech/yclients-api-php",
"description": "Обертка для работы с API YCLIENTS v2.0 c троттлингом запросов и логированием в файл",
"keywords": [ "yclients", "api", "api-wrapper", "throttling", "logging" ],
"homepage": "https://github.com/andrey-tech/yclients-api-php",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "andrey-tech",
"homepage": "https://github.com/andrey-tech/",
"role": "Developer"
},
{
"name": "Andrey Tyshev",
"role": "Developer"
}
],
"require": {
"php": ">=7.0",
"ext-curl": "*",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"Yclients\\": "src/Yclients"
}
}
}