From 5754103a17785b11f11d92deb6fbd34e5ccd10e0 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 15 May 2020 18:22:24 -0400 Subject: [PATCH] Bump minimum PHP version to 7.3 --- composer.json | 2 +- modules/Installer/Config/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 846b26be..a7e7b220 100755 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "prefer-stable": true, "homepage": "http://www.phpvms.net", "require": { - "php": ">=7.2", + "php": ">=7.3", "ext-json": "*", "ext-mbstring": "*", "ext-simplexml": "*", diff --git a/modules/Installer/Config/config.php b/modules/Installer/Config/config.php index f3664228..a14a249b 100644 --- a/modules/Installer/Config/config.php +++ b/modules/Installer/Config/config.php @@ -2,7 +2,7 @@ return [ 'php' => [ - 'version' => '7.2', + 'version' => '7.3', ], 'cache' => [