Install: Update minimum PHP version required to 8.2

pull/5671/head
Yannick Warnier 4 months ago
parent 52d7854199
commit 81195b84c8
  1. 2
      public/main/inc/lib/api.lib.php

@ -37,7 +37,7 @@ use Chamilo\CoreBundle\Component\Utils\ObjectIcon;
*/
// PHP version requirement.
define('REQUIRED_PHP_VERSION', '8.1');
define('REQUIRED_PHP_VERSION', '8.2');
define('REQUIRED_MIN_MEMORY_LIMIT', '128');
define('REQUIRED_MIN_UPLOAD_MAX_FILESIZE', '10');
define('REQUIRED_MIN_POST_MAX_SIZE', '10');

Loading…
Cancel
Save