-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
37 lines (37 loc) · 842 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
35
36
37
{
"name" : "ferdirn/laravel-id-cities",
"description" : "Laravel ID Cities is a package for Laravel to supply all cities data to table cities. Start from data cities in Indonesia.",
"type" : "laravel-package",
"authors" : [{
"name" : "Ferdi Ramdhon",
"email" : "[email protected]",
"homepage" : "https://github.com/ferdirn",
"role" : "developer"
}
],
"keywords" : [
"laravel",
"cities",
"Indonesia"
],
"homepage" : "https://github.com/ferdirn/laravel-id-cities",
"license" : [
"MIT"
],
"require" : {
"php" : ">=5.3.0"
},
"autoload" : {
"psr-0" : {
"Ferdirn\\Cities" : "src/"
},
"classmap" : [
"src/commands"
]
},
"minimum-stability" : "dev",
"support" : {
"source" : "https://github.com/ferdirn/laravel-id-cities",
"issues" : "https://github.com/ferdirn/laravel-id-cities/issues"
}
}