Releases: Articus/ContainerInteropSymfonyConsole
Releases · Articus/ContainerInteropSymfonyConsole
v0.3
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 checksrc/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.