2014-04-11 18:25:46 +00:00
|
|
|
{
|
|
|
|
"name": "apache/thrift",
|
|
|
|
"description": "Apache Thrift RPC system",
|
|
|
|
"homepage": "http://thrift.apache.org/",
|
|
|
|
"type": "library",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Apache Thrift Developers",
|
|
|
|
"email": "dev@thrift.apache.org",
|
|
|
|
"homepage": "http://thrift.apache.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"email": "dev@thrift.apache.org",
|
|
|
|
"issues": "https://issues.apache.org/jira/browse/THRIFT"
|
|
|
|
},
|
|
|
|
"require": {
|
2017-12-28 07:29:39 +00:00
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.8.36"
|
2014-04-11 18:25:46 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
2017-12-28 07:29:39 +00:00
|
|
|
"psr-4": {"Thrift\\": "lib/php/lib/Thrift/"}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {"Test\\Thrift\\": "lib/php/test/Test/Thrift/"}
|
2014-04-11 18:25:46 +00:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-11-29 21:54:49 +00:00
|
|
|
"dev-master": "1.0.0-dev"
|
2014-04-11 18:25:46 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|