1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-30 01:09:50 +02:00

support for PHP 8.5

This commit is contained in:
David Grudl
2025-08-01 04:25:01 +02:00
parent c7fe0fef21
commit 658dbe388a
4 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ Install Dibi via Composer:
composer require dibi/dibi
```
The Dibi 5.1 requires PHP version 8.2 and supports PHP up to 8.4.
The Dibi 5.1 requires PHP version 8.2 and supports PHP up to 8.5.
Usage