Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

34 lines (18 loc) · 1.75 KB

Changelog

1.0.3 (2024-05-28)

Miscellaneous Chores

  • bump setup-php php version from 8.1 to 8.2 (beac670)
  • migrate phpunit config, remove deprecated/unused phpstan configuration, fixed command / bundle to respect symfony 7.0 changes (27581dc)
  • remove unused import (29105a3)
  • set php 8.2 as minimum version for package (0c1fe59)
  • update deps, require symfony/* ^6.0 | ^7.0 (be7e05f)

1.0.2 (2023-04-18)

Bug Fixes

  • Remove arguments from service definition for GenerateKeysCommand (1fcd8c6)

1.0.1 (2023-04-06)

Bug Fixes

  • Update sodium:generate-keys command to properly generate keys. (49a307c)

1.0.0 (2023-04-06)

Miscellaneous Chores