-
Notifications
You must be signed in to change notification settings - Fork 156
/
composer.json
36 lines (36 loc) · 980 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
33
34
35
36
{
"name": "nixsolutions/yandex-sdk-php",
"description": "Official Yandex SDK for PHP",
"keywords":["yasdk","yandex","sdk"],
"type":"library",
"license": "MIT",
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"guzzle/http": "~3.7.0",
"guzzle/service": "~3.7.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"squizlabs/php_codesniffer": "1.*",
"sebastian/phpcpd": "dev-master",
"pdepend/pdepend": "dev-master",
"phpmd/phpmd": "dev-master"
},
"autoload": {
"psr-0": {
"Yandex": "src/",
"Yandex\\Tests": "tests/"
}
},
"authors": [
{
"name": "NIX Solutions Ltd",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/nixsolutions/yandex-sdk-php/issues",
"wiki": "https://github.com/nixsolutions/yandex-sdk-php/wiki"
}
}