fixed EOM/EOL dates

This commit is contained in:
Fabien Potencier 2015-11-30 21:53:55 +01:00
parent 2ca214fc01
commit bc642fb633
1 changed files with 2 additions and 2 deletions

View File

@ -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.