Closed
Description
Today I ran into a similar issue as #118
We use Satis to cache php-packages. And phpunit-printer.yml for version 0.27 was missing.
It seems Satis uses the composer "packaging" code, which honors .gitignore files by default:
composer/satis#601
Given that phpunit-printer.yml is actually an important part of this package, I'd think it should not be part of the .gitignore anyway...