blob: 521841e940571803b2d8a11f461c1e330eff62ae [file] [log] [blame]
Roger Meier9c929c82014-05-09 22:37:51 +02001{
2 "name": "apache/thrift",
3 "description": "Apache Thrift RPC system",
4 "homepage": "http://thrift.apache.org/",
5 "type": "library",
6 "license": "Apache-2.0",
7 "authors": [
8 {
9 "name": "Apache Thrift Developers",
10 "email": "dev@thrift.apache.org",
11 "homepage": "http://thrift.apache.org"
12 }
13 ],
14 "support": {
15 "email": "dev@thrift.apache.org",
16 "issues": "https://issues.apache.org/jira/browse/THRIFT"
17 },
18 "require": {
19 "php": ">=5.3.0"
20 },
21 "autoload": {
22 "psr-0": {"Thrift": "lib/php/lib/"}
23 },
24 "minimum-stability": "dev"
25}