From bc642fb6330958a8db383fcbc54b8d23892b2cc9 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 30 Nov 2015 21:53:55 +0100 Subject: [PATCH] fixed EOM/EOL dates --- src/Symfony/Component/HttpKernel/Kernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index b411d6b0ab..f6d88e2e93 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -66,8 +66,8 @@ abstract class Kernel implements KernelInterface, TerminableInterface const RELEASE_VERSION = 1; const EXTRA_VERSION = 'DEV'; - const END_OF_MAINTENANCE = '05/2018'; - const END_OF_LIFE = '05/2019'; + const END_OF_MAINTENANCE = '11/2018'; + const END_OF_LIFE = '11/2019'; /** * Constructor.