Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.4 KB

File metadata and controls

47 lines (34 loc) · 1.4 KB

Changelog

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.

Unreleased

  • ...

1.3.1 [2025-11-05]

  • Add support for Symfony 8 (#50)

1.3.0 [2025-05-31]

  • Drop support for PHP below 8.2 (#24)
  • Drop support for Symfony below 6.4 (#24)

1.2.4 [2025-05-30]

  • Fix support for Symfony 7.3 (#23)

1.2.3 [2024-11-19]

  • Add PHP 8.4 support (#19)

1.2.2 [2024-03-17]

  • Add Symfony 7 support (#14)

1.2.1 [2023-08-23]

  • Adds support for SIGQUIT signal (needed to support php-fpm-alpine docker images which overrides STOPSIGNAL (Official Dockerfile))

1.2.0 [2023-04-03]

  • 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 [2023-04-03]

  • Drop phpspec/prophecy-phpunit as a dependency, move it to require-dev

1.1.0 [2021-03-04]

  • 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)

1.0.0 [2019-05-06]

First stable release (no notable changes).

0.1.0 [2019-04-05]

First release.