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 0868d97 commit a7ce365Copy full SHA for a7ce365
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
php:
16
+ - 8.0
17
- 7.4
18
- 7.3
19
- 7.2
README.md
@@ -557,7 +557,7 @@ $ composer require clue/ami-react:^1.1
557
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
558
559
This project aims to run on any platform and thus does not require any PHP
560
-extensions and supports running on legacy PHP 5.3 through current PHP 7+.
+extensions and supports running on legacy PHP 5.3 through current PHP 8+.
561
It's *highly recommended to use PHP 7+* for this project.
562
563
## Tests
0 commit comments