{
    "name": "google/cloud-tools",
    "description": "PHP tools for Google Cloud Platform",
    "keywords": ["test", "appengine", "gcp"],
    "homepage": "https://github.com/GoogleCloudPlatform/php-tools",
    "type": "library",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Takashi Matsuo",
            "email": "tmatsuo@google.com",
            "homepage": "https://wp.gaeflex.ninja/"
        }
    ],
    "require": {
        "php": ">=5.5",
        "guzzlehttp/guzzle": "~5.3|~6.0",
        "symfony/browser-kit": "~2|~3",
        "symfony/console": "~2|~3",
        "symfony/filesystem": "~2|~3",
        "symfony/process": "~2|~3",
        "twig/twig": "~1.3|~2.0"
    },
    "bin": [
        "src/Utils/Flex/flex_exec",
        "scripts/install_test_deps.sh"
    ],
    "autoload": {
        "psr-4": {
            "Google\\Cloud\\TestUtils\\": "src/TestUtils/",
            "Google\\Cloud\\Utils\\": "src/Utils/"
        }
    },
    "require-dev": {
        "google/cloud-core": "^1.20",
        "google/gax": "^0.35.0",
        "paragonie/random_compat": ">=2"
    }
}
