From a79f28caa43f5aa0be3c056da51bc0c8a36bad16 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 12 May 2019 11:40:03 -0500 Subject: [PATCH] Bump minimum required php version to 7.2 --- modules/Installer/Config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Installer/Config/config.php b/modules/Installer/Config/config.php index 4331ab40..a0ffa1e1 100644 --- a/modules/Installer/Config/config.php +++ b/modules/Installer/Config/config.php @@ -2,7 +2,7 @@ return [ 'php' => [ - 'version' => '7.1.3' + 'version' => '7.2' ], 'extensions' => [