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