mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
drop php 8.2
This commit is contained in:
@@ -263,7 +263,7 @@ return [
|
||||
'aclAllowDeleteCreated',
|
||||
],
|
||||
'isInstalled' => false,
|
||||
'requiredPhpVersion' => '8.2.0',
|
||||
'requiredPhpVersion' => '8.3.0',
|
||||
'requiredPhpLibs' => [
|
||||
'json',
|
||||
'openssl',
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"homepage": "https://github.com/espocrm/espocrm.git",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"require": {
|
||||
"php": ">=8.2.0 <8.5.0",
|
||||
"php": ">=8.3.0 <8.5.0",
|
||||
"ext-openssl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-zip": "*",
|
||||
|
||||
Reference in New Issue
Block a user