{
    "name": "mimirtechco/php-ga-measurement-protocol",
    "description": "Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "THE ICONIC ENGINEERING TEAM",
            "email": "engineering@theiconic.com.au"
        }
    ],
    "require": {
        "php": ">=5.5",
        "php-http/client-implementation": "^1.0",
        "php-http/async-client-implementation": "^1.0",
        "php-http/discovery": "^1.0",
        "psr/http-message": "^1.0",
        "react/http": "^1.3"
    },
    "require-dev": {
        "guzzlehttp/psr7": "^1.3",
        "php-http/curl-client": "^1.7",
        "phpunit/phpunit": "4.7.*",
        "satooshi/php-coveralls": "1.0.1"
    },
    "autoload": {
        "psr-4": {
            "TheIconic\\Tracking\\GoogleAnalytics\\": "src/"
        }
    }
}
