Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Releases: KnpLabs/ConsoleServiceProvider

v2.2.0 (2018-02-05)

05 Feb 03:16
Compare
Choose a tag to compare
  • Fixed compatibility with Symfony 3.4 and 4.0 (chihiro-adachi, skalpa)

v2.1.0 (2017-07-18)

18 Jul 19:18
Compare
Choose a tag to compare
  • 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 and debug:twig commands from symfony/twig-bridge
  • Added support for the lint:yaml command from symfony/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.

Silex 2 Compatibility

01 Jun 05:48
Compare
Choose a tag to compare

This version updated for Silex 2 compatibility.

Symfony 3 compatibility

01 Feb 15:39
Compare
Choose a tag to compare
Merge pull request #18 from TiGR/patch-1

Support symfony/console 3 (fixes #17)

Silex 1.* Compatibility

01 Jun 17:30
Compare
Choose a tag to compare
Merge pull request #5 from rybakit/patch-1

Fix typo