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.
2 parents 944ccdc + 27d2020 commit 73d93c8Copy full SHA for 73d93c8
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
php:
13
+ - 8.0
14
- 7.4
15
- 7.3
16
- 7.2
README.md
@@ -246,6 +246,11 @@ $ composer require clue/connection-manager-extra:^1.1
246
247
See also the [CHANGELOG](CHANGELOG.md) for more details about version upgrades.
248
249
+This project aims to run on any platform and thus does not require any PHP
250
+extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
251
+HHVM.
252
+It's *highly recommended to use PHP 7+* for this project.
253
+
254
## Tests
255
256
To run the test suite, you first need to clone this repo and then install all
0 commit comments