4.0.0 (2025-02-04)
Features
-
The PHP CS Fixer config has been renamed to be compatible with Laravel Shift, so it should adhere to our code styles from now on.
-
rule change: the rule
space_after_not_operator
has been changed fromone
tonone
-
chore(deps): update to latest PHP CS Fixer config
BREAKING CHANGES
-
Canary now bundles together tools as a metapackage and does not contain any commands or code of its own.
-
Canary should now be installed into the root directory, and not into
tools/canary
as was previously required. -
chore(deps): update PHPStan and Rector to latest
This includes the update of PHPStan from v2 to v3 and Rector from v1 to v2.