We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ee56f commit a2ecf61Copy full SHA for a2ecf61
2 files changed
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
php:
14
+ - 8.0
15
- 7.4
16
- 7.3
17
- 7.2
README.md
@@ -1027,7 +1027,7 @@ $ composer require clue/socks-react:^1.2
1027
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
1028
1029
This project aims to run on any platform and thus does not require any PHP
1030
-extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
+extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
1031
HHVM.
1032
It's *highly recommended to use PHP 7+* for this project.
1033
0 commit comments