-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcomposer.json
34 lines (34 loc) · 832 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
{
"name": "kalyabin/yii2-select-google-map-location",
"description": "Yii2 widget to select location at map and choose map coordinates",
"type": "package",
"keywords": [
"yii2", "framework", "widgets", "location", "map", "input widget"
],
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.*"
},
"license": "BSD-3-Clause",
"authors": [
{
"name": "Max Kalyabin",
"email": "[email protected]"
},
{
"name": "Kirill Arutyunov",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"kalyabin\\maplocation\\": ""
}
},
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}