123456789101112131415161718192021222324252627282930 |
- {
- "name": "google/common-protos",
- "type": "library",
- "description": "Google API Common Protos for PHP",
- "keywords": ["google"],
- "homepage": "https://github.com/googleapis/common-protos-php",
- "license": "Apache-2.0",
- "require": {
- "php": ">=7.4",
- "google/protobuf": "^3.6.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^9.0"
- },
- "autoload": {
- "psr-4": {
- "Google\\Api\\": "src/Api",
- "Google\\Cloud\\": "src/Cloud",
- "Google\\Iam\\": "src/Iam",
- "Google\\Rpc\\": "src/Rpc",
- "Google\\Type\\": "src/Type",
- "GPBMetadata\\Google\\Api\\": "metadata/Api",
- "GPBMetadata\\Google\\Cloud\\": "metadata/Cloud",
- "GPBMetadata\\Google\\Iam\\": "metadata/Iam",
- "GPBMetadata\\Google\\Logging\\": "metadata/Logging",
- "GPBMetadata\\Google\\Rpc\\": "metadata/Rpc",
- "GPBMetadata\\Google\\Type\\": "metadata/Type"
- }
- }
- }
|