{
    "name": "gidkom/ms-translator",
    "description": "Translate text using the Microsoft Translate API",
    "version": "1.0.0",
    "keywords": ["microsoft", "translate", "language"],
    "homepage": "https://github.com/gidkom/ms-translator",
    "license": "MIT",
    "authors": [
        {
            "name": "Gideon Kombian",
            "email": "
[email protected]"
        }
    ],
    "support": {
        "email": "
[email protected]",
        "issues": "https://github.com/gidkom/ms-translator/issues"
    },
    "require": {
        "php": ">=5.0",
        "ext-curl": "*"
    },
    "autoload": {
        "psr-0": {
            "Gidkom\\MsTranslator": "src/"
        }
    },
    "minimum-stability": "dev"
}