Skip to content

Commit

Permalink
Merge pull request #155 from Textalk/v1.5-master
Browse files Browse the repository at this point in the history
Documentation update
  • Loading branch information
sirn-se authored Mar 30, 2022
2 parents 1712325 + 6bdcd22 commit 4e0dba4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Preferred way to install is with [Composer](https://getcomposer.org/).
composer require textalk/websocket
```

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

## Client

Expand Down
9 changes: 9 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@

> PHP version `^7.2|^8.0`
### `1.5.7`

* Large header block fix (@sirn-se)

### `1.5.6`

* Add test for PHP 8.1 (@sirn-se)
* Code standard (@sirn-se)

### `1.5.5`

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

0 comments on commit 4e0dba4

Please sign in to comment.