| 12345678910111213141516171819202122232425 |
- {
- "name": "grpc/grpc",
- "type": "library",
- "description": "gRPC library for PHP",
- "version": "0.15.0",
- "keywords": ["rpc"],
- "homepage": "http://grpc.io",
- "license": "BSD-3-Clause",
- "repositories": [
- {
- "type": "vcs",
- "url": "https://github.com/stanley-cheung/Protobuf-PHP"
- }
- ],
- "require": {
- "php": ">=5.5.0",
- "datto/protobuf-php": "dev-master",
- "google/auth": "v0.7"
- },
- "autoload": {
- "psr-4": {
- "Grpc\\": "src/php/lib/Grpc/"
- }
- }
- }
|