Bump Symfony version to 5.3.0

This commit is contained in:
Fabien Potencier 2021-04-18 08:45:08 +02:00
parent 889ec24172
commit 926f87ff51

View File

@ -75,12 +75,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private static $freshCache = []; private static $freshCache = [];
public const VERSION = '5.3.0-BETA1'; public const VERSION = '5.3.0-DEV';
public const VERSION_ID = 50300; public const VERSION_ID = 50300;
public const MAJOR_VERSION = 5; public const MAJOR_VERSION = 5;
public const MINOR_VERSION = 3; public const MINOR_VERSION = 3;
public const RELEASE_VERSION = 0; public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'BETA1'; public const EXTRA_VERSION = 'DEV';
public const END_OF_MAINTENANCE = '05/2021'; public const END_OF_MAINTENANCE = '05/2021';
public const END_OF_LIFE = '01/2022'; public const END_OF_LIFE = '01/2022';