mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
correct composer PHP max version and update setup utils constant
This commit is contained in:
committed by
bdalsass
parent
cd861263fb
commit
192dd86469
@@ -4,7 +4,7 @@
|
||||
"type": "project",
|
||||
"license": "AGPL-3.0-only",
|
||||
"require": {
|
||||
"php": ">=7.2.5 <8.1.0",
|
||||
"php": ">=7.2.5 <8.2.0",
|
||||
"ext-ctype": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-gd": "*",
|
||||
|
||||
@@ -102,7 +102,7 @@ class SetupUtils
|
||||
const PHP_NEXT_MIN_VERSION = '7.4.0'; // Allow us to use more modern libs / code; will be default PHP version on main Linux distrib LTS
|
||||
const MYSQL_NEXT_MIN_VERSION = ''; // no new MySQL requirement for next iTop version
|
||||
// -- First recent version that is not yet validated by Combodo (warning)
|
||||
const PHP_NOT_VALIDATED_VERSION = '8.0.0';
|
||||
const PHP_NOT_VALIDATED_VERSION = '8.2.0';
|
||||
|
||||
const MIN_MEMORY_LIMIT = '32M';
|
||||
const SUHOSIN_GET_MAX_VALUE_LENGTH = 2048;
|
||||
|
||||
Reference in New Issue
Block a user