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.