diff --git a/composer.json b/composer.json index fe9bfb09..72b37088 100755 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "issues": "https://github.com/flextype/flextype/issues" }, "require": { - "php": ">=7.1.3", + "php": ">=7.2.0", "ext-json": "*", "ext-mbstring": "*", @@ -61,7 +61,7 @@ "config": { "apcu-autoloader": true, "platform": { - "php": "7.1.3" + "php": "7.2.0" } }, "autoload": { diff --git a/index.php b/index.php index 25a043b7..5b3e062a 100755 --- a/index.php +++ b/index.php @@ -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). diff --git a/site/plugins/admin/composer.json b/site/plugins/admin/composer.json index fc4e191d..5955e6c2 100755 --- a/site/plugins/admin/composer.json +++ b/site/plugins/admin/composer.json @@ -16,7 +16,7 @@ "issues": "https://github.com/flextype/issues" }, "require": { - "php": ">=7.1.3" + "php": ">=7.2.0" }, "autoload": { "classmap": [ diff --git a/site/plugins/site/composer.json b/site/plugins/site/composer.json index 21b3f95a..e6f382a8 100644 --- a/site/plugins/site/composer.json +++ b/site/plugins/site/composer.json @@ -16,7 +16,7 @@ "issues": "https://github.com/flextype/issues" }, "require": { - "php": ">=7.1.3" + "php": ">=7.2.0" }, "autoload": { "classmap": [