From 4fc4c42cab614fc8acbd5a519d717c2e1f8c8ec4 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 31 Jul 2020 20:33:04 +0300 Subject: [PATCH] feat(core): Moving to PHP 7.2.5 #444 --- README.md | 2 +- composer.json | 4 ++-- index.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 111b79b4..9a95a189 100755 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The underlying architecture of Flextype is built using well established and best Make sure your server meets the following requirements. * Webserver (Apache with Mod Rewrite) -* PHP 7.2.0 or higher +* PHP 7.2.5 or higher #### PHP EXTENSIONS Flextype needs the following PHP extensions to be enabled: diff --git a/composer.json b/composer.json index 17741036..07c942e1 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "issues": "https://github.com/flextype/flextype/issues" }, "require": { - "php": ">=7.2.0", + "php": ">=7.2.5", "ext-json": "*", "ext-dom": "*", "ext-spl": "*", @@ -67,7 +67,7 @@ "apcu-autoloader": true, "optimize-autoloader": true, "platform": { - "php": "7.2.0" + "php": "7.2.5" } }, "autoload": { diff --git a/index.php b/index.php index c680af3f..e5e957fe 100755 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ use const PHP_VERSION; /** * Define the application minimum supported PHP version. */ -define('FLEXTYPE_MINIMUM_PHP', '7.2.0'); +define('FLEXTYPE_MINIMUM_PHP', '7.2.5'); /** * Define the PATH to the root directory (without trailing slash).