blob: 2d0fe0c87a296fb6e6edc0059a95995dd22d8d97 [file] [log] [blame]
murgatroid99d506d552015-03-27 13:15:36 -07001{
2 "name": "grpc/grpc",
3 "description": "gRPC library for PHP",
Stanley Cheunga75098d2015-07-24 09:03:39 -07004 "version": "0.5.1",
murgatroid99d506d552015-03-27 13:15:36 -07005 "homepage": "http://grpc.io",
6 "license": "BSD-3-Clause",
Stanley Cheung3fa51a32015-06-09 16:16:42 -07007 "repositories": [
8 {
9 "type": "vcs",
10 "url": "https://github.com/stanley-cheung/Protobuf-PHP"
11 }
12 ],
murgatroid99d506d552015-03-27 13:15:36 -070013 "require": {
Stanley Cheung0e08aed2015-04-30 09:25:45 -070014 "php": ">=5.5.0",
Stanley Cheung3fa51a32015-06-09 16:16:42 -070015 "datto/protobuf-php": "dev-master",
Stanley Cheung0e08aed2015-04-30 09:25:45 -070016 "google/auth": "dev-master"
murgatroid99d506d552015-03-27 13:15:36 -070017 },
18 "autoload": {
19 "psr-4": {
20 "Grpc\\": "lib/Grpc/"
21 }
22 }
23}