{
"name": "peterkahl/continent-names-multilingual",
"type": "library",
"description": "Converts continent code to full name in many languages.",
"keywords": ["i18n", "multilingual", "multilingual-websites", "geoip"],
"homepage": "https://github.com/peterkahl/Continent-Names-Multilingual",
"license": "Apache-2.0",
"authors": [
{
"name": "Peter Kahl",
"homepage": "https://github.com/peterkahl",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"peterkahl\\Continent\\": "src/"
}
}
}
|