1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-03 20:57:36 +02:00

readme.md: better requirements info

This commit is contained in:
David Grudl
2018-03-23 15:20:06 +01:00
parent e8638239e9
commit 05999b4dde

View File

@@ -24,7 +24,7 @@ The recommended way to install Dibi is via Composer (alternatively you can [down
composer require dibi/dibi
```
The Dibi 3.x requires PHP version 5.4.4 and supports PHP up to 7.2, version 4 requires PHP 7.1.
The Dibi 4.0 requires PHP version 7.1 and supports PHP up to 7.2. Older Dibi 3.x requires PHP 5.4 and supports PHP up to 7.2.
Usage