drop php 8.2

This commit is contained in:
Yuri Kuznetsov
2025-11-02 11:29:23 +02:00
parent f08fb723d6
commit 865ac27cd9
2 changed files with 2 additions and 2 deletions
@@ -263,7 +263,7 @@ return [
'aclAllowDeleteCreated', 'aclAllowDeleteCreated',
], ],
'isInstalled' => false, 'isInstalled' => false,
'requiredPhpVersion' => '8.2.0', 'requiredPhpVersion' => '8.3.0',
'requiredPhpLibs' => [ 'requiredPhpLibs' => [
'json', 'json',
'openssl', 'openssl',
+1 -1
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.2.0 <8.5.0", "php": ">=8.3.0 <8.5.0",
"ext-openssl": "*", "ext-openssl": "*",
"ext-json": "*", "ext-json": "*",
"ext-zip": "*", "ext-zip": "*",