Skip to content

Commit 3600e96

Browse files
committed
Prepare v0.3.3 release
1 parent 887f993 commit 3600e96

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.3.3 (2016-05-29)
4+
5+
* Fix repetitions for `ConnectionManagerRepeat`
6+
(#8 by @clue)
7+
8+
* First class support for PHP 5.3 through PHP 7 and HHVM
9+
(#7 by @clue)
10+
311
## 0.3.2 (2016-03-19)
412

513
* Compatibility with react/socket-client:v0.5 (keeping full BC)

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,17 @@ $connectorSelective->addConnectionManagerFor($connector, $targetHost, $targetPor
100100

101101
## Install
102102

103-
The recommended way to install this library is [through composer](http://getcomposer.org). [New to composer?](http://getcomposer.org/doc/00-intro.md)
104-
105-
```JSON
106-
{
107-
"require": {
108-
"clue/connection-manager-extra": "0.3.*"
109-
}
110-
}
103+
The recommended way to install this library is [through Composer](http://getcomposer.org).
104+
[New to Composer?](http://getcomposer.org/doc/00-intro.md)
105+
106+
This will install the latest supported version:
107+
108+
```bash
109+
$ composer require clue/connection-manager-extra:^0.3
111110
```
112111

112+
See also the [CHANGELOG](CHANGELOG.md) for more details about version upgrades.
113+
113114
## License
114115

115116
MIT

0 commit comments

Comments
 (0)