blob: b6318bc6f95bce7777986e6e13d99825531b3b70 [file] [log] [blame]
jfarrell352a50e2013-03-29 10:51:58 -05001{
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/src/"}
23 },
24 "target-dir": "lib/php",
25 "minimum-stability": "dev",
26 "extra": {
27 "branch-alias": {
28 "dev-master": "0.9.x-dev"
29 }
30 }
31}