Terminable Loop Command

Terminable Loop Command 1.3.0

This new minor release is a consequence of the previous patch: since we needed to use a double approach to support Symfony 7.3+, now we dropped the old one and rely always on the SignalableCommandInterface.

Terminable Loop Command 1.2.1

This small new patch was needed because we discovered that PHP official Docker images override the STOPSIGNAL directive, using SIGQUIT instead of SIGTERM when shutting down a container. Thanks to Gabriele Colombera for providing the PR.