diff --git a/README.md b/README.md index 9a95a189..e5b4fed9 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.5 or higher +* PHP 7.3.0 or higher #### PHP EXTENSIONS Flextype needs the following PHP extensions to be enabled: diff --git a/composer.json b/composer.json index f609430b..2a3e0479 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "issues": "https://github.com/flextype/flextype/issues" }, "require": { - "php": ">=7.2.5", + "php": ">=7.3.0", "ext-json": "*", "ext-dom": "*", "ext-spl": "*", @@ -68,7 +68,7 @@ "apcu-autoloader": true, "optimize-autoloader": true, "platform": { - "php": "7.2.5" + "php": "7.3.0" } }, "autoload": { diff --git a/index.php b/index.php index d52c95a7..71130a3c 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.5'); +define('FLEXTYPE_MINIMUM_PHP', '7.3.0'); /** * Define the PATH to the root directory (without trailing slash).