Browse Source

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

Fabio Montefuscolo 8 years ago
parent
commit
a95fbcc0f8
3 changed files with 14 additions and 0 deletions
  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.