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 c5b2e6e commit 4ed31eaCopy full SHA for 4ed31ea
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
- ubuntu-latest
14
- windows-latest
15
php:
16
+ - 8.0
17
- 7.4
18
- 7.3
19
- 7.2
README.md
@@ -400,7 +400,7 @@ $ composer require clue/reactphp-sqlite:^1.0.1
400
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
401
402
This project aims to run on any platform and thus only requires `ext-sqlite3` and
403
-supports running on legacy PHP 5.4 through current PHP 7+.
+supports running on legacy PHP 5.4 through current PHP 8+.
404
It's *highly recommended to use PHP 7+* for this project.
405
406
This project is implemented as a lightweight process wrapper around the `ext-sqlite3`
0 commit comments