[SF 7.3 compat] Introduce ConsoleCommandListener to workaround the handleSignal function that is conflicting with Symfony 7.3
LatestWhat's Changed
- feat: implement ConsoleCommandListener by @pforesi in #42 (linked issue)
- replace
handleSignalfunction from this bundle with a newConsoleCommandListenerclass, because the existing function was conflicting with a newhandleSignalfunction introduced in Symfony 7.3
- replace
Full Changelog: v8.0.0...v9.0.0