blob: 69a3297dd50d14260079f150f8833db56bad8a31 [file] [log] [blame]
avm9996399bb77c2020-01-27 03:15:08 +01001{
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 "suggest": {
15 "ext-bcmath": "Need to support JSON deserialization"
16 },
17 "autoload": {
18 "psr-4": {
19 "Google\\Protobuf\\": "src/Google/Protobuf",
20 "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
21 }
22 }
23}