This commit is contained in:
Yuri Kuznetsov
2024-12-10 11:24:39 +02:00
parent cf5640e7f4
commit fc73e60d68
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ You can try the CRM on an online [demo](https://www.espocrm.com/demo/).
### Requirements
* PHP 8.2 - 8.3;
* PHP 8.2 - 8.4;
* MySQL 5.7 (and later), or MariaDB 10.2 (and later);
* PostgreSQL 15 (and later).

View File

@@ -262,7 +262,7 @@ return [
'aclAllowDeleteCreated',
],
'isInstalled' => false,
'requiredPhpVersion' => '8.1.0',
'requiredPhpVersion' => '8.2.0',
'requiredPhpLibs' => [
'json',
'openssl',