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.
18 lines
377 B
18 lines
377 B
{
|
|
"name": "google/flatbuffers",
|
|
"type": "library",
|
|
"description": "FlatBuffers for PHP",
|
|
"keywords": ["google", "flatbuffers", "serialization"],
|
|
"homepage": "https://github.com/google/flatbuffers",
|
|
"license": "Apache-2.0",
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Google\\FlatBuffers\\": "php"
|
|
}
|
|
}
|
|
} |