Releases: facile-it/terminable-loop-command
Releases · facile-it/terminable-loop-command
1.2.3
- Add PHP 8.4 support (#19)
1.2.2
- Add Symfony 7 support (#14)
1.2.1
- Adds support for SIGQUIT signal (needed to support php-fpm-alpine docker images which overrides STOPSIGNAL (Official Dockerfile))
1.2.0
- Drop support to PHP 7.3
- Drop support to EOL Symfony versions (3.x, 4.0 to 4.3, 5.0 to 5.3)
1.1.1
- Drop
phpspec/prophecy-phpunit
as a dependency, move it to require-dev
1.1.0
- Bump minimum PHP required version to 7.3 (#1)
- Add PHP 8 support (#6)
- Add Symfony 5 support (#4)
- Add Psalm (level 1) static analysis (#5)
- Fix possible
null
when command name is not set, use FQCN of command as fallback (#5)