-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
44 lines (44 loc) · 1.07 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
35
36
37
38
39
40
41
42
43
44
{
"name": "salibhdr/typhoon-iran-cities",
"description": "A laravel package for importing all regions such as provinces, counties, cities, city districts, rural districts and villages of iran into database accurately",
"type": "package",
"license": "MIT",
"keywords": [
"salibhdr",
"laravel",
"regions",
"locations",
"iran",
"province",
"county",
"city",
"city-district",
"rural-district",
"village"
],
"authors": [
{
"name": "Salar Bahador",
"email": "bahador.salar@gmail.com"
}
],
"autoload": {
"psr-4": {
"SaliBhdr\\TyphoonIranCities\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"SaliBhdr\\TyphoonIranCities\\IranCitiesServiceProvider"
],
"aliases": {}
}
},
"require": {
"php": ">=5.6.0",
"laravel/framework": ">=5.0"
},
"minimum-stability": "stable",
"prefer-stable": true
}