blob: c14dd991144c63e66e37b03d35f1da7d0436461b [file] [log] [blame]
Roger Meier645c4202014-04-11 20:25:46 +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": {
Robert Lua15060a2017-12-28 15:29:39 +080019 "php": ">=5.3.3"
20 },
21 "require-dev": {
22 "phpunit/phpunit": "~4.8.36"
Roger Meier645c4202014-04-11 20:25:46 +020023 },
24 "autoload": {
Robert Lua15060a2017-12-28 15:29:39 +080025 "psr-4": {"Thrift\\": "lib/php/lib/Thrift/"}
26 },
27 "autoload-dev": {
28 "psr-4": {"Test\\Thrift\\": "lib/php/test/Test/Thrift/"}
Roger Meier645c4202014-04-11 20:25:46 +020029 },
30 "minimum-stability": "dev",
31 "extra": {
32 "branch-alias": {
Jens Geyer21474662017-11-29 22:54:49 +010033 "dev-master": "1.0.0-dev"
Roger Meier645c4202014-04-11 20:25:46 +020034 }
35 }
36}