php 8.5 support, update libs

This commit is contained in:
Yurii
2026-01-04 09:50:25 +02:00
parent d7438f02bf
commit 31e8b84989
3 changed files with 739 additions and 565 deletions

View File

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

View File

@@ -5,7 +5,7 @@
"homepage": "https://github.com/espocrm/espocrm.git", "homepage": "https://github.com/espocrm/espocrm.git",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"require": { "require": {
"php": ">=8.3.0 <8.5.0", "php": ">=8.3.0 <8.6.0",
"ext-openssl": "*", "ext-openssl": "*",
"ext-json": "*", "ext-json": "*",
"ext-zip": "*", "ext-zip": "*",

1300
composer.lock generated

File diff suppressed because it is too large Load Diff