Release Notes
What's Changed
-
PHP Support Updates:
- Added support for PHP 8.3.
- Dropped support for PHP 7.4 and 8.0.
-
Docker Environment Changes:
- Updated Debian image in Docker from Buster to Bookworm, which includes updates to Aspell and Hunspell.
-
GitHub Actions:
- Updated all GitHub Actions to the latest versions.
-
Code Quality Tools:
- Introduced new PHP-CS-Fixer rules to align codebase with the lowest supported PHP version, 8.1.
-
Contributions:
- Fixed typos by @szepeviktor in #51.
- Updated
symfony/process
by @CalumChamberlain in #52.
New Contributors
- @szepeviktor made their first contribution in #51.
- @CalumChamberlain made their first contribution in #52.