blob: 3dae28652bef32113b21cc96ecd61b6473b469c1 [file] [log] [blame]
Paul Yang46ae90d2016-12-08 11:16:49 -08001{
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 "Foo\\": "tests/generated/Foo",
17 "Bar\\": "tests/generated/Bar",
18 "Google\\Protobuf\\": "tests/generated/Google/Protobuf",
19 "Google\\Protobuf\\Internal\\": "src/Google/Protobuf/Internal",
20 "GPBMetadata\\": "tests/generated/GPBMetadata",
21 "GPBMetadata\\Google\\Protobuf\\Internal\\": "src/GPBMetadata/Google/Protobuf/Internal"
22 },
23 "files": [
24 "src/Google/Protobuf/descriptor.php"
25 ]
26 }
27}