Files
kulakpos_web/vendor/google/common-protos/composer.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2026-03-30 14:54:57 +07:00
{
"name": "google/common-protos",
"type": "library",
"description": "Google API Common Protos for PHP",
2026-04-18 20:32:18 +07:00
"version": "4.14.0",
2026-03-30 14:54:57 +07:00
"keywords": [
"google"
],
"homepage": "https://github.com/googleapis/common-protos-php",
"license": "Apache-2.0",
"require": {
"php": "^8.1",
2026-04-18 20:32:18 +07:00
"google/protobuf": "^4.31||^5.0"
2026-03-30 14:54:57 +07:00
},
"require-dev": {
"phpunit/phpunit": "^9.6"
},
"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"
}
},
"extra": {
"component": {
"id": "common-protos",
"target": "googleapis/common-protos-php.git",
"path": "CommonProtos",
"entry": "README.md"
}
}
}