Skip to content

Commit 645c420

Browse files
THRIFT-1743: Add composer.json for new Symfony 2.1 Dependency Manager
From acba5ca Mon Sep 17 00:00:00 2001 From: Mauro Maggi <[email protected]> Date: Fri, 28 Mar 2014 17:18:30 +0100 Subject: [PATCH] Adds composer.json for Thrift dev-master branch and aliases dev-master to 1.0.x-dev Github Pull Request: This closes apache#91
1 parent 26c68ea commit 645c420

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

composer.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
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": "[email protected]",
11+
"homepage": "http://thrift.apache.org"
12+
}
13+
],
14+
"support": {
15+
"email": "[email protected]",
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+
"extra": {
26+
"branch-alias": {
27+
"dev-master": "1.0.x-dev"
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)