{
    "name": "happyr/google-analytics-bundle",
    "type": "symfony-bundle",
    "description": "The Google Analytics Bundle lets you send data (like event tracking) to Google.",
    "keywords": ["Google", "Analytics", "Google Analytics"],
    "homepage": "http://developer.happyr.com/symfony2-bundles/google-analytics-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Tobias Nyholm",
            "email": "tobias.nyholm@gmail.com"
        }
    ],
    "require": {
        "php": "^7.1",
        "psr/cache": "^1.0",
        "cache/void-adapter": "^1.0",
        "psr/http-client": "^1.0",
        "psr/http-factory": "^1.0",
        "symfony/config": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1",
        "symfony/dependency-injection": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1",
        "symfony/event-dispatcher": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1",
        "symfony/http-foundation": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1",
        "symfony/http-kernel": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.5.4",
        "symfony/framework-bundle": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1",
        "symfony/browser-kit": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1",
        "nyholm/symfony-bundle-test": "^1.4"
    },
    "suggest": {
        "happyr/google-site-authenticator-bundle": "To be able to fetch data from google analytics.",
        "php-http/httplug-bundle": "To register HTTP clients as services"
    },
    "autoload": {
        "psr-4": {
            "Happyr\\GoogleAnalyticsBundle\\": ""
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit",
        "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
    }
}
