Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c15d904

Browse filesBrowse files
committed
Update version to 6.0
1 parent 8f595ec commit c15d904
Copy full SHA for c15d904

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7575

7676
private static $freshCache = [];
7777

78-
public const VERSION = '5.4.0-DEV';
79-
public const VERSION_ID = 50400;
80-
public const MAJOR_VERSION = 5;
81-
public const MINOR_VERSION = 4;
78+
public const VERSION = '6.0.0-DEV';
79+
public const VERSION_ID = 60000;
80+
public const MAJOR_VERSION = 6;
81+
public const MINOR_VERSION = 0;
8282
public const RELEASE_VERSION = 0;
8383
public const EXTRA_VERSION = 'DEV';
8484

85-
public const END_OF_MAINTENANCE = '11/2024';
86-
public const END_OF_LIFE = '11/2025';
85+
public const END_OF_MAINTENANCE = '07/2022';
86+
public const END_OF_LIFE = '07/2022';
8787

8888
public function __construct(string $environment, bool $debug)
8989
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.