17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"name": "packaged/thrift",
|
|
"description": "Apache Thrift",
|
|
"keywords": ["thrift", "apache"],
|
|
"homepage": "http://thrift.apache.org/",
|
|
"minimum-stability": "stable",
|
|
"license": "Apache-2.0",
|
|
"require": {
|
|
"php": "^5.5 || ^7.0 || ^8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Thrift\\": "src/"
|
|
}
|
|
}
|
|
}
|