You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
451 B
20 lines
451 B
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|