N°5122 - Update libs to new PHP requirements

This commit is contained in:
Molkobain
2022-08-08 14:10:26 +02:00
parent 30021d9236
commit 57c36d0e51
585 changed files with 62279 additions and 20427 deletions

View File

@@ -78,11 +78,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
*/
private static $freshCache = [];
public const VERSION = '5.4.10';
public const VERSION_ID = 50410;
public const VERSION = '5.4.11';
public const VERSION_ID = 50411;
public const MAJOR_VERSION = 5;
public const MINOR_VERSION = 4;
public const RELEASE_VERSION = 10;
public const RELEASE_VERSION = 11;
public const EXTRA_VERSION = '';
public const END_OF_MAINTENANCE = '11/2024';