summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: d9955009df0eb716c4a40f61dfcb8cf5511f0818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "google/apiclient-services",
    "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.4"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8|^5"
    },
    "autoload": {
        "psr-0": {
            "Google_Service_": "src"
        }
    }
}