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

requires PHP 8.0

This commit is contained in:
David Grudl
2022-09-06 04:30:49 +02:00
parent 87e702d1fc
commit a640ac2a8f
4 changed files with 13 additions and 13 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.3.
The Dibi 5.0 requires PHP version 8.0 and supports PHP up to 8.3.
Usage