Skip to content

v0.1.3

Choose a tag to compare

@mattyhansen mattyhansen released this 24 May 11:08
· 84 commits to main since this release
03cc924

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-php in consuming projects by loading Composer's generated _composer_autoload_path before falling back to source-checkout autoload locations.
  • Preserved direct source-checkout usage, so php bin/gruff-php --version and local development commands still boot normally from this repository.
  • Added an installed-dependency regression test that creates a throwaway consumer project, installs blundergoat/gruff-php through a path repository, verifies the package copy has no nested vendor/autoload.php, and runs vendor/bin/gruff-php init.