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

feat(core): Moving to PHP 7.3.0 #456

This commit is contained in:
Awilum
2020-08-15 01:42:19 +03:00
parent 81392c1acb
commit ad31b20a70
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ use const PHP_VERSION;
/**
* Define the application minimum supported PHP version.
*/
define('FLEXTYPE_MINIMUM_PHP', '7.2.5');
define('FLEXTYPE_MINIMUM_PHP', '7.3.0');
/**
* Define the PATH to the root directory (without trailing slash).