Commit a95fbcc0 authored by Fabio Montefuscolo's avatar Fabio Montefuscolo Committed by JC Brand

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

parent c5fc477e
...@@ -63,3 +63,5 @@ css/theme.min.css ...@@ -63,3 +63,5 @@ css/theme.min.css
css/mobile.min.css css/mobile.min.css
.sv? .sv?
/vendor/
{
"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": {}
}
# Changelog # Changelog
## 2.0.5
- #755: create composer.json to add this project in packagist.org [fabiomontefuscolo]
## 2.0.4 (2016-12-13) ## 2.0.4 (2016-12-13)
- #737: Bugfix. Translations weren't being applied. [jcbrand] - #737: Bugfix. Translations weren't being applied. [jcbrand]
- Fetch room info and store it on the room model. - Fetch room info and store it on the room model.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment