File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments