upgrade to laravel 8.x
This commit is contained in:
6
vendor/symfony/http-kernel/Kernel.php
vendored
6
vendor/symfony/http-kernel/Kernel.php
vendored
@@ -74,11 +74,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
|
||||
|
||||
private static $freshCache = [];
|
||||
|
||||
public const VERSION = '5.2.8';
|
||||
public const VERSION_ID = 50208;
|
||||
public const VERSION = '5.2.9';
|
||||
public const VERSION_ID = 50209;
|
||||
public const MAJOR_VERSION = 5;
|
||||
public const MINOR_VERSION = 2;
|
||||
public const RELEASE_VERSION = 8;
|
||||
public const RELEASE_VERSION = 9;
|
||||
public const EXTRA_VERSION = '';
|
||||
|
||||
public const END_OF_MAINTENANCE = '07/2021';
|
||||
|
||||
Reference in New Issue
Block a user