Update common.php

This commit is contained in:
Lucas Bartholemy 2023-07-31 14:43:09 +02:00 committed by GitHub
parent c0496bb43c
commit 0c11a34c30
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.15.0-dev',
'version' => '1.15.0-beta.1',
'minRecommendedPhpVersion' => '7.4',
'minSupportedPhpVersion' => '7.4',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,