All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- ...
- Add PHP 8.4 support (#19)
- Add Symfony 7 support (#14)
- Adds support for SIGQUIT signal (needed to support php-fpm-alpine docker images which overrides STOPSIGNAL (Official Dockerfile))
- Drop support to PHP 7.3
- Drop support to EOL Symfony versions (3.x, 4.0 to 4.3, 5.0 to 5.3)
- Drop
phpspec/prophecy-phpunit
as a dependency, move it torequire-dev
- 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)
First stable release (no notable changes).
First release.