{
    "version": "2.0.1",
    "name": "detectlanguage/detectlanguage",
    "description": "Language Detection API PHP Client",
    "keywords": ["detect", "language", "api", "client", "detection"],
    "homepage": "https://github.com/detectlanguage/detectlanguage-php",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Laurynas Butkus"
        }
    ],
    "require": {
        "ext-json": "*",
        "php": ">=5.3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    },
    "config": {
        "bin-dir": "bin"
    },
    "autoload": {
        "psr-0": {
            "DetectLanguage": "lib/"
        }
    }
}
