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

This commit is contained in:
Fabio Montefuscolo 2017-01-13 11:00:34 -02:00 committed by JC Brand
parent c5fc477e9b
commit a95fbcc0f8
3 changed files with 14 additions and 0 deletions

2
.gitignore vendored
View File

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

9
composer.json Normal file
View File

@ -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": {}
}

View File

@ -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.