mirror of https://github.com/grpc/grpc.git
parent
fa50753059
commit
d506d55a08
2 changed files with 34 additions and 0 deletions
@ -0,0 +1,15 @@ |
||||
{ |
||||
"name": "grpc/grpc", |
||||
"description": "gRPC library for PHP", |
||||
"version": "0.2.0", |
||||
"homepage": "http://grpc.io", |
||||
"license": "BSD-3-Clause", |
||||
"require": { |
||||
"php": ">=5.5.0" |
||||
}, |
||||
"autoload": { |
||||
"psr-4": { |
||||
"Grpc\\": "lib/Grpc/" |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,19 @@ |
||||
{ |
||||
"_readme": [ |
||||
"This file locks the dependencies of your project to a known state", |
||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||||
"This file is @generated automatically" |
||||
], |
||||
"hash": "65467a098f5fd8b8fe5f7f6e10226f8a", |
||||
"packages": [], |
||||
"packages-dev": [], |
||||
"aliases": [], |
||||
"minimum-stability": "stable", |
||||
"stability-flags": [], |
||||
"prefer-stable": false, |
||||
"prefer-lowest": false, |
||||
"platform": { |
||||
"php": ">=5.5.0" |
||||
}, |
||||
"platform-dev": [] |
||||
} |
Loading…
Reference in new issue