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 4ac40e2 commit a953977Copy full SHA for a953977
2 files changed
.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
@@ -312,8 +312,9 @@ $ composer require clue/zenity-react:^0.4.3
312
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
313
314
This project aims to run on any platform and thus does not require any PHP
315
-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
316
HHVM.
317
+It's *highly recommended to use PHP 7+* for this project.
318
319
Obviously, this library requires the Zenity binary itself.
320
Zenity already ships with Ubuntu-based distributions and should not require any installation there.
0 commit comments