mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Update Symfony bundles
This commit is contained in:
committed by
bdalsass
parent
31cc294cc3
commit
25a612da04
@@ -78,11 +78,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
|
||||
*/
|
||||
private static $freshCache = [];
|
||||
|
||||
public const VERSION = '5.4.9';
|
||||
public const VERSION_ID = 50409;
|
||||
public const VERSION = '5.4.10';
|
||||
public const VERSION_ID = 50410;
|
||||
public const MAJOR_VERSION = 5;
|
||||
public const MINOR_VERSION = 4;
|
||||
public const RELEASE_VERSION = 9;
|
||||
public const RELEASE_VERSION = 10;
|
||||
public const EXTRA_VERSION = '';
|
||||
|
||||
public const END_OF_MAINTENANCE = '11/2024';
|
||||
|
||||
Reference in New Issue
Block a user