blob: c6a74c5c84474786c1f1cbb1a2d07e81700d7920 [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",
Jan Tattermusch4d5c3102017-06-07 10:23:56 +02004 "license": "Apache-2.0",
David Garcia Quintasaebcdbd2017-05-30 14:14:27 -07005 "version": "1.5.0",
murgatroid99d506d552015-03-27 13:15:36 -07006 "require": {
Stanley Cheung0e08aed2015-04-30 09:25:45 -07007 "php": ">=5.5.0",
Ken Payson02909062017-05-04 12:33:58 -07008 "google/protobuf": "^v3.3.0"
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/",
Stanley Cheungc290c112017-01-31 20:29:17 -080016 "": ["tests/interop/",
17 "tests/generated_code/"]
murgatroid99d506d552015-03-27 13:15:36 -070018 }
19 }
20}