summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 6233d47e1c26bff4099155779fdbff4f2d6aace9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "google/apiclient",
    "type": "library",
    "description": "Client library for Google APIs",
    "keywords": ["google"],
    "homepage": "http://developers.google.com/api-client-library/php",
    "license": "Apache-2.0",
    "require": {
        "php": ">=5.2.1"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*",
        "squizlabs/php_codesniffer": "~2.3"
    },
    "autoload": {
        "files": ["src/Google/autoload.php"]
    },
    "extra": {
        "branch-alias": {
            "dev-v1-master": "1.1.x-dev"
        }
    }
}