Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Side by Side Diff: third_party/grpc/src/php/composer.json

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/grpc/src/php/bin/run_tests.sh ('k') | third_party/grpc/src/php/ext/grpc/CREDITS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "grpc/grpc",
3 "type": "library",
4 "description": "gRPC library for PHP",
5 "version": "0.13.0",
6 "keywords": ["rpc"],
7 "homepage": "http://grpc.io",
8 "license": "BSD-3-Clause",
9 "repositories": [
10 {
11 "type": "vcs",
12 "url": "https://github.com/stanley-cheung/Protobuf-PHP"
13 }
14 ],
15 "require": {
16 "php": ">=5.5.0",
17 "datto/protobuf-php": "dev-master",
18 "google/auth": "v0.7"
19 },
20 "autoload": {
21 "psr-4": {
22 "Grpc\\": "lib/Grpc/"
23 }
24 }
25 }
OLDNEW
« no previous file with comments | « third_party/grpc/src/php/bin/run_tests.sh ('k') | third_party/grpc/src/php/ext/grpc/CREDITS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698