v0.15.0
BREAKING: This release drops support for PHP 7.3. This allows us to use lots of new syntax offered since PHP 7.4. In particular, much better type definitions were added.
Thanks to everyone who contributed to make this possible!
What's Changed
- chore!: Drop PHP 7.3 support by @meyfa in #217
- fix: Update syntax to PHP 7.4 using Rector by @tacman in #221
- fix: Leverage PHP 7.4 syntax by @smnandre in #226
- refactor: Use
::class
instead of FQN-strings by @Niellles in #212 - docs: Remove $ from command snippet so copying works by @tacman in #214
- chore: Export-ignore CS/QA files by @smnandre in #224
- chore: Update actions/checkout & actions/cache by @smnandre in #223
New Contributors
Full Changelog: v0.14.7...v0.15.0