1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 08:34:19 +02:00

Flextype Core: Moving to PHP 7.2 #198 #186

This commit is contained in:
Awilum
2019-08-01 13:53:32 +03:00
parent 96ab7abbcc
commit 3ef62a4cb4
4 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ namespace Flextype;
/**
* Define the application minimum supported PHP version.
*/
define('FLEXTYPE_MINIMUM_PHP', '7.1.3');
define('FLEXTYPE_MINIMUM_PHP', '7.2.0');
/**
* Define the PATH to the root directory (without trailing slash).