Update common.php

This commit is contained in:
Lucas Bartholemy 2022-07-06 16:09:03 +02:00 committed by GitHub
parent bd04e95336
commit 7f17546fbc
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.11.3',
'version' => '1.11.4',
'minRecommendedPhpVersion' => '7.4',
'minSupportedPhpVersion' => '7.4',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,