File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.1 (2016-09-24)
4+
5+ * Feature: Support SocketClient v0.5 (while keeping BC)
6+ (#18 by @clue )
7+
8+ * Maintenance: First class support for PHP 5.3 through PHP 7 and HHVM
9+ (#19 by @clue )
10+
311## 0.3.0 (2015-08-20)
412
513* Feature: Support newer "datastream" protocol
Original file line number Diff line number Diff line change @@ -113,16 +113,17 @@ The `close()` method can be used to force-close the Quassel connection immediate
113113
114114## Install
115115
116- The recommended way to install this library is [ through composer] ( http://getcomposer.org ) . [ New to composer?] ( http://getcomposer.org/doc/00-intro.md )
116+ The recommended way to install this library is [ through Composer] ( http://getcomposer.org ) .
117+ [ New to Composer?] ( http://getcomposer.org/doc/00-intro.md )
117118
118- ``` JSON
119- {
120- "require" : {
121- "clue/quassel-react" : " ~0.3.0"
122- }
123- }
119+ This will install the latest supported version:
120+
121+ ``` bash
122+ $ composer require clue/quassel-react: ^0.3.1
124123```
125124
125+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
126+
126127## Tests
127128
128129In order to run the tests, you need PHPUnit:
You can’t perform that action at this time.
0 commit comments