-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 931 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
{
"name": "derekisbusy/yii2-geo",
"description": "Country, state, county, city and zip codes with CRUD controls.",
"type": "yii2-extension",
"keywords": ["yii2","extension"," geo"," us"," state"," country"," county"," city"," zip"," locations"],
"license": "GPL-3.0+",
"authors": [
{
"name": "Derek Gifford",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"mootensai/yii2-uuid-behavior": "*",
"mootensai/yii2-relation-trait": "*",
"mootensai/yii2-jsblock": "*",
"mootensai/yii2-optimistic-lock-validator": "*",
"kartik-v/yii2-builder": "*",
"kartik-v/yii2-grid": "*",
"kartik-v/yii2-widgets": "*",
"kartik-v/yii2-export": "*",
"kartik-v/yii2-tabs-x": "*"
},
"autoload": {
"psr-4": {
"derekisbusy\\geo\\": ""
}
}
}