| {
    "name": "peterkahl/country-info-multilingual",
    "type": "library",
    "description": "Converts country code to full name in many languages and can provide lots of other useful information.",
    "keywords": ["i18n", "multilingual", "multilingual-websites", "geoip", "country"],
    "homepage": "https://github.com/peterkahl/country-info-multilingual",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Peter Kahl",
            "email": "[email protected] ",
            "homepage": "https://www.colossalmind.com/",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-4": {
            "peterkahl\\Countries\\": "src/"
        }
    }
}
 |