File "composer.json"

Full Path: /home/tekvhqgl/public_html/wp-content/plugins/wp-smushit/vendor/mixpanel/mixpanel-php/composer.json
File size: 676 bytes
MIME-type: application/json
Charset: utf-8

{
    "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"]
    }
}