File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ Preferred way to install is with [Composer](https://getcomposer.org/).
24
24
composer require textalk/websocket
25
25
```
26
26
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 ) .
30
30
31
31
## Client
32
32
Original file line number Diff line number Diff line change 6
6
7
7
> PHP version ` ^7.2|^8.0 `
8
8
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
+
9
18
### ` 1.5.5 `
10
19
11
20
* Support for psr/log v2 and v3 (@simPod )
You can’t perform that action at this time.
0 commit comments