Skip to content

Commit ee739ae

Browse files
committed
fixed EOM/EOL dates
1 parent 1ea281f commit ee739ae

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 = 0;
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 = '07/2016';
70+
const END_OF_LIFE = '01/2017';
7171

7272
/**
7373
* Constructor.

0 commit comments

Comments
 (0)