{
    "name": "mixpanel\/mixpanel-php",
    "description": "The Official PHP library for Mixpanel",
    "keywords": [
        "mixpanel",
        "mixpanel php"
    ],
    "scripts": {
        "unit-tests": "phpunit"
    },
    "homepage": "https:\/\/mixpanel.com\/help\/reference\/php",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Mixpanel <dev@mixpanel.com>",
            "homepage": "https:\/\/mixpanel.com\/"
        }
    ],
    "require": {
        "php": ">=5.0"
    },
    "require-dev": {
        "phpunit\/phpunit": "5.6.*",
        "phpdocumentor\/phpdocumentor": "2.9.*"
    },
    "autoload": {
        "files": [
            "lib\/Mixpanel.php"
        ]
    }
}