You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release aims to provide support for composer@^2.2 which introduced a new way to deal with binaries that changed how the commands such as cd "${0%[/\\]*}" resolved paths. For this it is considered a breaking change, hence the bump in version, but it should work with earlier composer versions.
Change highlights:
After a few corrections, as of composer@^2.2.2 there is now a new constant available to reach the bin/ directory (more in a4a51b9).
Don't break script when one of the paths can't be resolved.
Improve git path validation to include checking up to the hooks/ folder not just .git/.
Git's pre-commit hook to fix .php staged files via PHP_CodeSniffer according to its config file (phpcs.xml). And a script to move this hook file into git's hooks folder.