fixed EOM/EOL dates

This commit is contained in:
Fabien Potencier 2015-11-30 21:54:22 +01:00
parent 1ea281fe39
commit ee739ae230
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ abstract class Kernel implements KernelInterface, TerminableInterface
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
const END_OF_MAINTENANCE = '05/2018';
const END_OF_LIFE = '05/2019';
const END_OF_MAINTENANCE = '07/2016';
const END_OF_LIFE = '01/2017';
/**
* Constructor.