Update common.php

This commit is contained in:
Lucas Bartholemy 2023-06-07 12:37:53 +02:00 committed by GitHub
parent 0f5ef6b2f3
commit 7888ec112a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
$config = [
'name' => 'HumHub',
'version' => '1.14.2',
'version' => '1.14.3',
'minRecommendedPhpVersion' => '7.4',
'minSupportedPhpVersion' => '7.4',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,