forked from Mirocow/yii2-yandex-maps
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomposer.json
29 lines (29 loc) · 815 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": "katzz0/yii2-yandex-maps",
"description": "Yii 2 yandex map module",
"keywords": ["yii", "yii2", "map", "yandex"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/katzz0/yii2-yandex-maps/issues?state=open",
"wiki": "https://github.com/katzz0/yii2-yandex-maps",
"source": "https://github.com/katzz0/yii2-yandex-maps"
},
"authors": [
{
"name": "Maxim Palenov",
"email": "[email protected]",
"homepage": "https://www.facebook.com/maxim.palenov"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.*"
},
"autoload": {
"psr-0": {
"katzz0\\yandexmaps\\": ""
}
}
}