-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (34 loc) · 1.05 KB
/
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": "humanized/yii2-location",
"type": "yii2-extension",
"description": "Yii2 module which provides functionality to deal with location data in a sane way.",
"keywords": ["yii2", "location", "gui", "api", "cli", "helper", "widget", "form"],
"license": "GPL-3.0",
"version": "0.1",
"support": {
"issues": "https://github.com/humanized/yii2-location/issues",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "https://github.com/humanized/yii2-location/wiki",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/humanized/yii2-location"
},
"authors": [
{
"name": "Jeffrey Geyssens",
"email": "[email protected]"
},
{
"name": "François-Xavier de Saint Pern",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": ">=2.0.7",
"humanized/php-locale-helpers": "*"
},
"autoload": {
"psr-4": {
"humanized\\location\\": ""
}
}
}