File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0 (2016-03-08)
4+
5+ * Feature: Support Promise cancellation
6+ (#7 by @clue )
7+
8+ * Improve documentation, update dependencies and
9+ first class support for PHP 7 and HHVM.
10+
311## 0.1.0 (2015-03-26)
412
513* First tagged release
Original file line number Diff line number Diff line change @@ -131,16 +131,15 @@ Please refer to [clue/block-react](https://github.com/clue/php-block-react#readm
131131
132132## Install
133133
134- The recommended way to install this library is [ through composer] ( http://getcomposer.org ) . [ New to composer?] ( http://getcomposer.org/doc/00-intro.md )
134+ The recommended way to install this library is [ through Composer] ( http://getcomposer.org ) .
135+ [ New to Composer?] ( http://getcomposer.org/doc/00-intro.md )
135136
136- ``` JSON
137- {
138- "require" : {
139- "clue/mdns-react" : " ~0.1.0"
140- }
141- }
137+ ``` bash
138+ $ composer require clue/mdns-react:~ 0.2.0
142139```
143140
141+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
142+
144143## License
145144
146145MIT
You can’t perform that action at this time.
0 commit comments