28 lines
612 B
JSON
28 lines
612 B
JSON
{
|
|
"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.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7||^8.5.13"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Google\\Service\\": "src"
|
|
},
|
|
"files": [
|
|
"autoload.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Google\\": "tests/mocks"
|
|
}
|
|
}
|
|
}
|