validation-bugsnag-email
This commit is contained in:
6
vendor/symfony/http-kernel/Kernel.php
vendored
6
vendor/symfony/http-kernel/Kernel.php
vendored
@@ -75,11 +75,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
|
||||
*/
|
||||
private static array $freshCache = [];
|
||||
|
||||
public const VERSION = '6.2.4';
|
||||
public const VERSION_ID = 60204;
|
||||
public const VERSION = '6.2.5';
|
||||
public const VERSION_ID = 60205;
|
||||
public const MAJOR_VERSION = 6;
|
||||
public const MINOR_VERSION = 2;
|
||||
public const RELEASE_VERSION = 4;
|
||||
public const RELEASE_VERSION = 5;
|
||||
public const EXTRA_VERSION = '';
|
||||
|
||||
public const END_OF_MAINTENANCE = '07/2023';
|
||||
|
Reference in New Issue
Block a user