浏览代码

composer support

dodgepudding 10 年之前
父节点
当前提交
0754541e79
共有 1 个文件被更改,包括 28 次插入0 次删除
  1. 28 0
      composer.json

+ 28 - 0
composer.json

@@ -0,0 +1,28 @@
+{
+  "name" : "dodgepudding/wechat-php-sdk",
+  "description" : "the wechat api library without framework dependency",
+  "version" : "1.1",
+  "require" : {
+    "php" : ">=5.1.0"
+  },
+  "authors" : [ {
+    "name" : "dodgepudding",
+    "email" : "dodgepudding@gmail.com"
+  }, {
+    "name" : "binsee",
+    "email" : "binsee@163.com"
+  } ],
+  "keywords" : [ "wechat", "weixin", "thinkphp", "sample" ],
+  "support" : {
+    "issues" : "https://github.com/dodgepudding/wechat-php-sdk/issues",
+    "wiki" : "https://github.com/dodgepudding/wechat-php-sdk/wiki",
+    "source" : "https://github.com/dodgepudding/wechat-php-sdk"
+  },
+  "autoload" : {
+    "psr-4" : {
+      "dodgepudding\\wechat\\sdk" : ""
+    }
+  },
+  "type" : "library",
+  "license" : "LGPL"
+}