Skip to content

Commit f479e45

Browse files
Update README.md
1 parent 7041ecb commit f479e45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ _If you need support for PHP < 7.4 you can use latest v3.x release. Not all new
2727

2828
### Extensions
2929

30-
- mbstring https://www.php.net/manual/en/book.mbstring.php
31-
- sockets https://www.php.net/manual/en/book.sockets.php (optional) - Required when you use Socket connection class
32-
- openssl https://www.php.net/manual/en/book.openssl.php (optional) - Required when you use StreamSocket connection class with enabled SSL
33-
- phpunit >= 9 https://phpunit.de/ (development)
30+
- [mbstring](https://www.php.net/manual/en/book.mbstring.php)
31+
- [sockets](https://www.php.net/manual/en/book.sockets.php) (optional) - Required when you use Socket connection class
32+
- [openssl](https://www.php.net/manual/en/book.openssl.php) (optional) - Required when you use StreamSocket connection class with enabled SSL
33+
- [phpunit](https://phpunit.de/) >= 9 (development)
3434

3535
## Installation
3636

0 commit comments

Comments
 (0)