From fca7d164a60ea701fc3a201a78d168037a037409 Mon Sep 17 00:00:00 2001 From: Mohit Panjwani Date: Tue, 22 Jun 2021 12:48:53 +0530 Subject: [PATCH] update minimum php version --- config/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/installer.php b/config/installer.php index a058318f..cc456b2e 100755 --- a/config/installer.php +++ b/config/installer.php @@ -13,7 +13,7 @@ return [ | */ 'core' => [ - 'minPhpVersion' => '7.2.0', + 'minPhpVersion' => '7.4.0', ], 'final' => [ 'key' => true,