phpstan / extension-installer

Composer plugin for automatic installation of PHPStan extensions.
MIT License
399 stars 27 forks source link

The installer doesn't add the generated config to Git #10

Closed spaze closed 4 years ago

spaze commented 5 years ago

But that seems to be by design: https://github.com/phpstan/extension-installer/commit/c36c32c66319affdf6b4a838cbfe3afc7e20dca3

This causes a bit of a headache when the vendor dir is in Git as the src/GeneratedConfig.php file is .gitignore'd so it's not added, silently.

This should at least be documented (done in #11).

ondrejmirtes commented 4 years ago

Fixed by https://github.com/phpstan/extension-installer/commit/b9f4c4e9fe93373a102c982bda5b8e57f901ce33 and released as 1.0.2.

github-actions[bot] commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.