浏览代码

create composer.json to add this project in packagist.org

Fabio Montefuscolo 8 年之前
父节点
当前提交
a95fbcc0f8
共有 3 个文件被更改,包括 14 次插入0 次删除
  1. 2 0
      .gitignore
  2. 9 0
      composer.json
  3. 3 0
      docs/CHANGES.md

+ 2 - 0
.gitignore

@@ -63,3 +63,5 @@ css/theme.min.css
 css/mobile.min.css
 
 .sv?
+
+/vendor/

+ 9 - 0
composer.json

@@ -0,0 +1,9 @@
+{
+    "name": "jcbrand/converse.js",
+    "description": "Browser based XMPP instant messaging client",
+    "type": "library",
+    "license": "MPL-2.0",
+    "minimum-stability": "stable",
+    "homepage": "http://conversejs.org/",
+    "require": {}
+}

+ 3 - 0
docs/CHANGES.md

@@ -1,5 +1,8 @@
 # Changelog
 
+## 2.0.5
+- #755: create composer.json to add this project in packagist.org [fabiomontefuscolo]
+
 ## 2.0.4 (2016-12-13)
 - #737: Bugfix. Translations weren't being applied. [jcbrand]
 - Fetch room info and store it on the room model.