Paul Yang | e0e5466 | 2016-09-15 11:09:01 -0700 | [diff] [blame] | 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 | }, |
Sergey | bb86644 | 2017-07-25 20:40:10 +0300 | [diff] [blame] | 14 | "suggest": { |
| 15 | "ext-bcmath": "Need to support JSON deserialization" |
| 16 | }, |
Paul Yang | e0e5466 | 2016-09-15 11:09:01 -0700 | [diff] [blame] | 17 | "autoload": { |
| 18 | "psr-4": { |
michaelbausor | 21b0e55 | 2017-08-04 16:35:22 -0700 | [diff] [blame] | 19 | "Google\\Protobuf\\": "php/src/Google/Protobuf", |
| 20 | "GPBMetadata\\Google\\Protobuf\\": "php/src/GPBMetadata/Google/Protobuf" |
Brent Shaffer | b9b34e9 | 2017-06-14 15:57:11 -0700 | [diff] [blame] | 21 | } |
Paul Yang | e0e5466 | 2016-09-15 11:09:01 -0700 | [diff] [blame] | 22 | } |
| 23 | } |