Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 827 Bytes

File metadata and controls

33 lines (24 loc) · 827 Bytes

Git PHP Changelog

2.2.0

2026-05-07

  • Added Symfony 7 support
  • Dropped PHP 7.4, 8.0 and 8.1 support
  • Dropped Symfony 4 & 5 support

2.1.1

2023-05-27

  • Fixed a missing use clause in the LogCommandBuilder class

2.1.0

2023-05-27

  • Added PSR log v2 and v3 support
  • Added testing with PHP 8.2 - works

2.0.0

2022-05-22

  • BC: Changed the namespace from Bit3 to Konekt
  • BC: Added type definitions
  • BC: Renamed the CommandBuilderTrait to BuildsCommands
  • BC: Renamed the CommandBuilderInterface to CommandBuilder and added method signatures
  • Dropped PHP <= 7.3 support (7.4 is still supported)
  • Changed dependencies of the original v1.5.0 version to be up-to-date
  • Added PHP 8.0 and PHP 8.1 support
  • Added Symfony 6 (thus Laravel 9) support
  • Added fluent interface methods