Update Symfony bundles

This commit is contained in:
Benjamin Dalsass
2022-07-26 08:09:13 +02:00
committed by bdalsass
parent 31cc294cc3
commit 25a612da04
30 changed files with 456 additions and 350 deletions

View File

@@ -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';