mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 21:58:10 +02:00
requires PHP 7.1
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4.4"
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"tracy/tracy": "~2.2",
|
||||
|
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
|
||||
if (PHP_VERSION_ID < 50404) {
|
||||
throw new Exception('Dibi requires PHP 5.4.4 or newer.');
|
||||
if (PHP_VERSION_ID < 70100) {
|
||||
throw new Exception('Dibi requires PHP 7.1 or newer.');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user