Skip to content

v2.2.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Apr 22:40
· 6 commits to alpha since this release
9811c8a

2.2.0-alpha.1 (2026-04-30)

Bug Fixes

  • add missing type annotation for words array in loadBundledEff method (8142fc3)
  • add missing type annotations for word list and excluded words in PassphraseServiceProvider (1f0a069)
  • enable platform automerge for dev branch in Renovate configuration (416f6b5)
  • remove unused NewlineBetweenClassLikeStmtsRector from configuration (47fc756)
  • reorder scripts in composer.json for consistency (aeb829d)
  • update orchestra/testbench requirement to support version 11.0 (adabe5a)
  • update PHPStan level from 9 to 10 for improved analysis (d23edc7)

Features

  • add ConfigException for validation and update PassphraseServiceProvider to use it (baeb52e)
  • add validation tests for non-integer num_words, non-string word_separator, non-boolean capitalize, and non-boolean include_number configurations (e054418)
  • enhance ConfigException for better validation messages and update PassphraseServiceProvider to utilize them (782815f)