-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 921 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 921 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
{
"name": "yandex/detector",
"type": "library",
"description": "PHP-library for interactions with Yandex.Detector / PHP реализация API для работы с сервисом Яндекс.Детектор",
"keywords": ["api", "yandex", "detector", "mobile", "wap"],
"license": "The MIT License (MIT)",
"authors": [
{
"name": "Dmitry Kuznetsov",
"email": "kuznetsov2d@gmail.com",
"homepage": "http://kuznetsov.io"
}
],
"require": {
"php": ">=5.3.0",
"lib-curl": "*"
},
"autoload": {
"psr-0": {
"Yandex\\Detector": "source/"
}
},
"support": {
"source": "https://github.com/yandex-php/php-yandex-detector",
"issues": "https://github.com/yandex-php/php-yandex-detector/issues",
"wiki": "https://github.com/yandex-php/php-yandex-detector"
}
}