forked from stefangabos/world_countries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 856 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
{
"name": "stefangabos/world_countries",
"description": "Constantly updated lists of world countries, territories and areas of geographical interest, with associated alpha-2, alpha-3 and numeric codes as defined by the ISO 3166-1 standard, available in multiple formats and languages, with national flags included",
"type": "library",
"license": "LGPL-3.0",
"keywords": [
"world",
"countries",
"flag",
"flags",
"alpha-2",
"alpha-3",
"iso 3166",
"iso 3166-1"
],
"authors": [
{
"name": "stefangabos",
"email": "contact@stefangabos.ro",
"homepage": "https://github.com/stefangabos",
"role": "Developer"
}
],
"require": {
"ext-mbstring": "*",
"illuminate/support": "^6.4"
}
}