avm99963 | 99bb77c | 2020-01-27 03:15:08 +0100 | [diff] [blame] | 1 | [ |
| 2 | { |
| 3 | "name": "google/protobuf", |
| 4 | "version": "v3.11.2", |
| 5 | "version_normalized": "3.11.2.0", |
| 6 | "source": { |
| 7 | "type": "git", |
| 8 | "url": "https://github.com/protocolbuffers/protobuf-php.git", |
| 9 | "reference": "0864882396746542ead01fc002e1644b9490dbe8" |
| 10 | }, |
| 11 | "dist": { |
| 12 | "type": "zip", |
| 13 | "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/0864882396746542ead01fc002e1644b9490dbe8", |
| 14 | "reference": "0864882396746542ead01fc002e1644b9490dbe8", |
| 15 | "shasum": "" |
| 16 | }, |
| 17 | "require": { |
| 18 | "php": ">=5.5.0" |
| 19 | }, |
| 20 | "require-dev": { |
| 21 | "phpunit/phpunit": ">=4.8.0" |
| 22 | }, |
| 23 | "suggest": { |
| 24 | "ext-bcmath": "Need to support JSON deserialization" |
| 25 | }, |
| 26 | "time": "2019-12-14T00:45:36+00:00", |
| 27 | "type": "library", |
| 28 | "installation-source": "dist", |
| 29 | "autoload": { |
| 30 | "psr-4": { |
| 31 | "Google\\Protobuf\\": "src/Google/Protobuf", |
| 32 | "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf" |
| 33 | } |
| 34 | }, |
| 35 | "notification-url": "https://packagist.org/downloads/", |
| 36 | "license": [ |
| 37 | "BSD-3-Clause" |
| 38 | ], |
| 39 | "description": "proto library for PHP", |
| 40 | "homepage": "https://developers.google.com/protocol-buffers/", |
| 41 | "keywords": [ |
| 42 | "proto" |
| 43 | ] |
| 44 | } |
| 45 | ] |