This repository was archived by the owner on Sep 23, 2022. It is now read-only.
Releases: KnpLabs/ConsoleServiceProvider
Releases · KnpLabs/ConsoleServiceProvider
v2.2.0 (2018-02-05)
v2.1.0 (2017-07-18)
- Allow Silex applications to listen to console events
- Deprecated
Knp\Console\ConsoleEvents::INIT - Added the
console.classparameter - Added the
console.command.idsparameter - Added support for the
lint:twiganddebug:twigcommands fromsymfony/twig-bridge - Added support for the
lint:yamlcommand fromsymfony/yaml - Added
symfony/web-server-bundlesupport - [Minor BC break] The console constructor does not boot the Silex application anymore. You can set the
console.boot_in_constructorparameter to true if your code depends on the old behavior.
Silex 2 Compatibility
This version updated for Silex 2 compatibility.
Symfony 3 compatibility
Merge pull request #18 from TiGR/patch-1 Support symfony/console 3 (fixes #17)
Silex 1.* Compatibility
Merge pull request #5 from rybakit/patch-1 Fix typo