This repository has been archived by the owner on Sep 23, 2022. It is now read-only.
v2.1.0 (2017-07-18)
- Allow Silex applications to listen to console events
- Deprecated
Knp\Console\ConsoleEvents::INIT
- Added the
console.class
parameter - Added the
console.command.ids
parameter - Added support for the
lint:twig
anddebug:twig
commands fromsymfony/twig-bridge
- Added support for the
lint:yaml
command fromsymfony/yaml
- Added
symfony/web-server-bundle
support - [Minor BC break] The console constructor does not boot the Silex application anymore. You can set the
console.boot_in_constructor
parameter to true if your code depends on the old behavior.