Skip to content

Commit 768521c

Browse files
added composer
1 parent f14cdf1 commit 768521c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "sameer-shelavale/php-countries-array",
3+
"description": "PHP class to get array of countries names with ISO_3166-1 alpha-2, alpha-3, numeric codes, ISD codes and continent",
4+
"keywords": ["PHP countries array", "countries array", "ISO_3166-1", "alpha-2", "alpha-3", "continent", "ISD Codes", "List of countries"],
5+
"minimum-stability": "stable",
6+
"license": "AGPL3.0",
7+
"require": {
8+
"php": ">=5.4.0"
9+
},
10+
"authors": [
11+
{
12+
"name": "Sameer Shelavale",
13+
"email": "samiirds@gmail.com"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)