forked from rinvex/countries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.57 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
45
46
47
48
49
50
51
52
{
"name": "rinvex/country",
"description": "Rinvex Country is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, and other attributes for all 250 countries worldwide at your fingertips.",
"keywords": [
"rinvex",
"country",
"flexible",
"retrieve",
"simple"
],
"license": "MIT",
"homepage": "https://rinvex.com",
"support": {
"email": "[email protected]",
"issues": "https://github.com/rinvex/country/issues",
"source": "https://github.com/rinvex/country",
"docs": "https://github.com/rinvex/country/blob/master/README.md"
},
"authors": [
{
"name": "Rinvex LLC",
"homepage": "https://rinvex.com",
"email": "[email protected]"
},
{
"name": "Abdelrahman Omran",
"homepage": "https://omranic.com",
"email": "[email protected]",
"role": "Project Lead"
},
{
"name": "The Generous Laravel Community",
"homepage": "https://github.com/rinvex/country/contributors"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.1.*|5.2.*|5.3.*"
},
"autoload": {
"psr-4": {
"Rinvex\\Country\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}