D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023066
/
root
/
proc
/
3023066
/
cwd
/
www
/
vendor
/
google
/
apiclient-services
/
Filename :
composer.json
back
Copy
{ "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": "^8.0" }, "require-dev": { "phpunit/phpunit": "^9.6" }, "autoload": { "psr-4": { "Google\\Service\\": "src" }, "files": [ "autoload.php" ] }, "autoload-dev": { "psr-4": { "Google\\": "tests/mocks" } } }