v0.1.3
gruff-php 0.1.3
0.1.3 is a patch release for the Composer-installed binary bootstrap. It fixes the install path users hit when they run composer require --dev blundergoat/gruff-php and then execute vendor/bin/gruff-php init.
There are no new analyzer rules, CLI options, report schema changes, or config format changes in this release.
Highlights
- Fixed
vendor/bin/gruff-phpin consuming projects by loading Composer's generated_composer_autoload_pathbefore falling back to source-checkout autoload locations. - Preserved direct source-checkout usage, so
php bin/gruff-php --versionand local development commands still boot normally from this repository. - Added an installed-dependency regression test that creates a throwaway consumer project, installs
blundergoat/gruff-phpthrough a path repository, verifies the package copy has no nestedvendor/autoload.php, and runsvendor/bin/gruff-php init.