mayeco/GoogleBundle

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "mayeco/google-bundle",
    "license": "MIT",
    "type": "symfony-bundle",
    "description": "Google for Symfony2",
    "keywords": ["google api"],
    "homepage": "https://github.com/mayeco/GoogleBundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Mario Young",
            "email": "yo@maye.co"
        }
    ],
    "require": {
        "php": ">=5.5.0",
        "google/apiclient": "1.1.7",
        "googleads/googleads-php-lib": "^26.0",
        "doctrine/doctrine-cache-bundle": "~1.0.1"
    },
    "autoload": {
        "psr-4": { "Mayeco\\GoogleBundle\\": "" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "4.0.x-dev"
        }
    }
}