1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-19 04:11:44 +02:00

support for PHP 8.1

This commit is contained in:
David Grudl
2021-08-25 03:12:58 +02:00
parent 73e16eb1a3
commit 8270b7c1c3
7 changed files with 26 additions and 19 deletions

View File

@@ -34,7 +34,7 @@ Install Dibi via Composer:
composer require dibi/dibi
```
The Dibi 4.2 requires PHP version 7.2 and supports PHP up to 8.0.
The Dibi 4.2 requires PHP version 7.2 and supports PHP up to 8.1.
Usage