forked from epigra/tr-geozones
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (37 loc) · 904 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
38
{
"name": "epigra/trgeozones",
"description": "Türkiye İl İlçe Semt Muhit Mahalle ve Posta Kodları Laravel Paketi. Adds Turkish Geographical Zones Support to your project including Cities, Districts and Countries in Turkish",
"keywords": [
"city",
"country",
"district",
"database",
"il",
"ilce",
"veritabani",
"turkish",
"laravel"
],
"authors": [
{
"name": "Uğur Aydoğdu",
"email": "[email protected]"
}
],
"require": {
},
"extra": {
"laravel": {
"providers": [
"Epigra\\TrGeoZones\\Providers\\TrGeoZonesServiceProvider"
],
"aliases": {
}
}
},
"autoload": {
"psr-4": {
"Epigra\\TrGeoZones\\": "src"
}
}
}