8000 fixed EOM/EOL dates · symfony/symfony@bc642fb · GitHub
[go: up one dir, main page]

Skip to content

Commit bc642fb

Browse files
committed
fixed EOM/EOL dates
1 parent 2ca214f commit bc642fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ abstract class Kernel implements KernelInterface, TerminableInterface
6666
const RELEASE_VERSION = 1;
6767
const EXTRA_VERSION = 'DEV';
6868

69-
const END_OF_MAINTENANCE = '05/2018';
70-
const END_OF_LIFE = '05/2019';
69+
const END_OF_MAINTENANCE = '11/2018';
70+
const END_OF_LIFE = '11/2019';
7171

7272
/**
7373
* Constructor.

0 commit comments

Comments
 (0)
0