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' => [