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

Side by Side Diff: third_party/protobuf/composer.json

Issue 2599263002: third_party/protobuf: Update to HEAD (f52e188fe4) (Closed)
Patch Set: Address comments Created 3 years, 12 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/protobuf/cmake/tests.cmake ('k') | third_party/protobuf/configure.ac » ('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": "google/protobuf",
3 "type": "library",
4 "description": "proto library for PHP",
5 "keywords": ["proto"],
6 "homepage": "https://developers.google.com/protocol-buffers/",
7 "license": "BSD-3-Clause",
8 "require": {
9 "php": ">=5.5.0"
10 },
11 "require-dev": {
12 "phpunit/phpunit": ">=4.8.0"
13 },
14 "autoload": {
15 "psr-4": {
16 "Google\\Protobuf\\Internal\\": "src/Google/Protobuf/Internal",
17 "GPBMetadata\\Google\\Protobuf\\Internal\\": "src/GPBMetadata/Google/Proto buf/Internal"
18 },
19 "files": [
20 "src/Google/Protobuf/descriptor.php"
21 ]
22 }
23 }
OLDNEW
« no previous file with comments | « third_party/protobuf/cmake/tests.cmake ('k') | third_party/protobuf/configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698