v2.0.0
What's Changed
Added
- Add support for PHP 8.3+ and modernize code.
- Add test for parameters.
- Add PHPStan for static analysis.
- Add Pint for code style checks/enforcement.
- Add implementation of the
Stringableinterface.
Changed
- Updated dependencies to their latest versions.
Removed
- Remove psalm in favor of Pint.
- Remove the
buildmethod from theBuilderin favor oftoString()or(string) $builder.
Full Changelog: v1.0.0...v2.0.0