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