1
0
mirror of https://github.com/dg/dibi.git synced 2025-07-31 11:20:25 +02:00

requires PHP 7.2

This commit is contained in:
David Grudl
2020-10-08 17:29:20 +02:00
parent 39f59e0f08
commit f4e71e8855
3 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4

View File

@@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=7.1"
"php": ">=7.2"
},
"require-dev": {
"tracy/tracy": "~2.2",

View File

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