You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
475 B
21 lines
475 B
{
|
|
"name": "google/common-protos",
|
|
"type": "library",
|
|
"description": "Google API Common Protos for PHP",
|
|
"keywords": ["google"],
|
|
"homepage": "https://github.com/googleapis/common-protos-php",
|
|
"license": "Apache-2.0",
|
|
"require": {
|
|
"google/protobuf": "^3.6.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.36||^8.5",
|
|
"sami/sami": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Google\\": "src",
|
|
"GPBMetadata\\Google\\": "metadata"
|
|
}
|
|
}
|
|
}
|
|
|