forked from maximpn/yii2-yandex-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 799 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
{
"name": "tol17/yii2-yandex-maps",
"description": "Yii 2 yandex map module",
"keywords": ["yii", "yii2", "map", "yandex"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/tol17/yii2-yandex-maps/issues?state=open",
"wiki": "https://github.com/tol17/yii2-yandex-maps",
"source": "https://github.com/tol17/yii2-yandex-maps"
},
"authors": [
{
"name": "Anatoly Smirnov",
"email": "tol171@yandex.ru",
"homepage": "http://mcentre.spb.ru"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.*"
},
"autoload": {
"psr-4": {
"tol17\\yandexmaps\\": "src/"
}
}
}