forked from VFedyk/yandex-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
37 lines (37 loc) · 1.04 KB
/
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
34
35
36
37
{
"name": "nixsolutions/yandex-php-library",
"description": "Official Yandex PHP library",
"keywords":["yandex","sdk"],
"type":"library",
"license": "MIT",
"minimum-stability": "dev",
"require": {
"guzzlehttp/guzzle": "~6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"satooshi/php-coveralls": "~1.0",
"squizlabs/php_codesniffer": "~2.0",
"predis/predis": "^1.0"
},
"autoload": {
"psr-0": {
"Yandex": "src/",
"Yandex\\Tests": "tests/"
}
},
"authors": [
{
"name": "NIX Solutions Ltd",
"email": "[email protected]"
},
{
"name": "Yandex PHP library Contributors",
"homepage": "https://github.com/nixsolutions/yandex-php-library/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/nixsolutions/yandex-php-library/issues",
"wiki": "https://github.com/nixsolutions/yandex-php-library/wiki"
}
}