Skip to content

Releases: Articus/ContainerInteropSymfonyConsole

v0.3

05 Dec 22:42
Compare
Choose a tag to compare

New features

  • you can now specify several command loaders for your console application. No documentation yet :[ , so check src/ContainerInteropSymfonyConsole/Options.php for details.
  • you can now specify console event subscribers in console application configuraton - symfony/event-dispatcher is used behind the scenes. No documentation yet :[ , so check src/ContainerInteropSymfonyConsole/Options.php for details.
  • Symfony Console 6.0 and PHP 8.1 support (or rather test suite update to check that everything works with these dependency versions)

Migration notes

You can no longer provide instances of commands, command loader, event dispatcher or helpers via "config" service. So you have to adjust your PSR-11 container construction process accordingly. Check src/ContainerInteropSymfonyConsole/Options.php for details.

v0.2.2

10 Jan 19:03
Compare
Choose a tag to compare

PHP 8.0 support

v0.2.1

09 Feb 13:36
Compare
Choose a tag to compare

zendframework/zend-stdlib was moved to laminas/laminas-stdlib, so there was a choice: either remove dependency from zendframework/zend-stdlib or migrate to laminas/laminas-stdlib. The former option was chosen.

v0.2

01 Feb 15:40
Compare
Choose a tag to compare

Support for Symfony Console 5.

v0.1

17 Feb 19:38
Compare
Choose a tag to compare

Initial release