Skip to content

Commit 4e0dba4

Browse files
authored
Merge pull request #155 from Textalk/v1.5-master
Documentation update
2 parents 1712325 + 6bdcd22 commit 4e0dba4

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Preferred way to install is with [Composer](https://getcomposer.org/).
2424
composer require textalk/websocket
2525
```
2626

27-
* Current version support PHP versions `^7.2|8.0`.
28-
* For PHP `7.1` support use version `1.4`.
29-
* For PHP `^5.4` and `7.0` support use version `1.3`.
27+
* Current version support PHP versions `^7.2|^8.0`.
28+
* For PHP `7.1` support use version [`1.4`](https://github.com/Textalk/websocket-php/tree/1.4.0).
29+
* For PHP `^5.4` and `7.0` support use version [`1.3`](https://github.com/Textalk/websocket-php/tree/1.3.0).
3030

3131
## Client
3232

docs/Changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77
> PHP version `^7.2|^8.0`
88
9+
### `1.5.7`
10+
11+
* Large header block fix (@sirn-se)
12+
13+
### `1.5.6`
14+
15+
* Add test for PHP 8.1 (@sirn-se)
16+
* Code standard (@sirn-se)
17+
918
### `1.5.5`
1019

1120
* Support for psr/log v2 and v3 (@simPod)

0 commit comments

Comments
 (0)