blob: 992f6ac3f67a2d9d56f52839f85dd3e54c12ed31 [file] [log] [blame]
murgatroid99d506d552015-03-27 13:15:36 -07001{
Stanley Cheung1a3f4a52017-01-30 20:39:17 -08002 "name": "grpc/grpc-dev",
3 "description": "gRPC library for PHP - for Developement use only",
murgatroid99d506d552015-03-27 13:15:36 -07004 "license": "BSD-3-Clause",
Stanley Cheung557aa4e2016-08-22 08:45:12 -07005 "version": "1.1.0",
murgatroid99d506d552015-03-27 13:15:36 -07006 "require": {
Stanley Cheung0e08aed2015-04-30 09:25:45 -07007 "php": ">=5.5.0",
Stanley Cheung39b2e5b2016-09-23 13:37:10 -07008 "google/protobuf": "v3.1.0-alpha-1"
Stanley Cheungc5755ad2016-07-22 12:37:10 -07009 },
10 "require-dev": {
thinkerou329c2542016-07-15 15:52:53 +080011 "google/auth": "v0.9"
murgatroid99d506d552015-03-27 13:15:36 -070012 },
13 "autoload": {
14 "psr-4": {
Stanley Cheung1a3f4a52017-01-30 20:39:17 -080015 "Grpc\\": "lib/Grpc/",
16 "Grpc\\Testing\\": "tests/interop/Grpc/Testing/",
17 "GPBMetadata\\Src\\Proto\\Grpc\\Testing\\": "tests/interop/GPBMetadata/Src/Proto/Grpc/Testing/",
18 "Math\\": "tests/generated_code/Math/",
19 "GPBMetadata\\": "tests/generated_code/GPBMetadata/"
murgatroid99d506d552015-03-27 13:15:36 -070020 }
21 }
22}