Repository: thrift
Updated Branches:
  refs/heads/0.9.1 ff980c143 -> 9c929c897


THRIFT-1743: Add composer.json for new Symfony 2.1 Dependency Manager

>From 583c1107169ed4ea8880e7e660064797c4759b7a Mon Sep 17 00:00:00 2001
From: Mauro Maggi <[email protected]>
Date: Fri, 28 Mar 2014 12:27:05 +0100
Subject: [PATCH 1/3] Add Composer.json for Thrift 0.9.1 release

Github Pull Request: This closes #90


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/9c929c89
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/9c929c89
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/9c929c89

Branch: refs/heads/0.9.1
Commit: 9c929c8979fab8d883b83df87034ed81373effb5
Parents: ff980c1
Author: Roger Meier <[email protected]>
Authored: Fri May 9 22:37:51 2014 +0200
Committer: Roger Meier <[email protected]>
Committed: Fri May 9 22:37:51 2014 +0200

----------------------------------------------------------------------
 composer.json | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/9c929c89/composer.json
----------------------------------------------------------------------
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..521841e
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,25 @@
+{
+    "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": "[email protected]",
+            "homepage": "http://thrift.apache.org";
+        }
+    ],
+    "support": {
+        "email": "[email protected]",
+        "issues": "https://issues.apache.org/jira/browse/THRIFT";
+    },
+    "require": {
+        "php": ">=5.3.0"
+    },
+    "autoload": {
+        "psr-0": {"Thrift": "lib/php/lib/"}
+    },
+    "minimum-stability": "dev"
+}

Reply via email to