upgrade to laravel 8.0

This commit is contained in:
Attila Kerekes
2022-11-13 17:05:03 +01:00
committed by Attila Jozsef Kerekes
parent 43f894b58d
commit 27f58c0866
3895 changed files with 150576 additions and 124482 deletions

View File

@@ -78,11 +78,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
*/
private static $freshCache = [];
public const VERSION = '5.4.10';
public const VERSION_ID = 50410;
public const VERSION = '5.4.15';
public const VERSION_ID = 50415;
public const MAJOR_VERSION = 5;
public const MINOR_VERSION = 4;
public const RELEASE_VERSION = 10;
public const RELEASE_VERSION = 15;
public const EXTRA_VERSION = '';
public const END_OF_MAINTENANCE = '11/2024';