mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
php 8.2
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
@@ -262,7 +262,7 @@ return [
|
||||
'aclAllowDeleteCreated',
|
||||
],
|
||||
'isInstalled' => false,
|
||||
'requiredPhpVersion' => '8.1.0',
|
||||
'requiredPhpVersion' => '8.2.0',
|
||||
'requiredPhpLibs' => [
|
||||
'json',
|
||||
'openssl',
|
||||
|
||||
Reference in New Issue
Block a user