blob: 2b140077cc5ed9ddbb4e508d6bce036b8b161f6f [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",
David Garcia Quintas74cec102017-03-09 15:00:26 -08005 "version": "1.3.0",
murgatroid99d506d552015-03-27 13:15:36 -07006 "require": {
Stanley Cheung0e08aed2015-04-30 09:25:45 -07007 "php": ">=5.5.0",
Stanley Cheung82c6d8d2017-03-01 12:43:25 -08008 "google/protobuf": "^v3.1.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}