Skip to content

[SF 7.3 compat] Introduce ConsoleCommandListener to workaround the handleSignal function that is conflicting with Symfony 7.3

Latest

Choose a tag to compare

@Oliboy50 Oliboy50 released this 14 Jan 15:57
66dd66b

What's Changed

  • feat: implement ConsoleCommandListener by @pforesi in #42 (linked issue)
    • replace handleSignal function from this bundle with a new ConsoleCommandListener class, because the existing function was conflicting with a new handleSignal function introduced in Symfony 7.3

Full Changelog: v8.0.0...v9.0.0