phpstan / extension-installer

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

Question: Is there a way to list extensions? #82

Closed earthiverse closed 6 months ago

earthiverse commented 6 months ago

I am trying to add phpstan extension support to a few libraries we use internally, and am wondering if they're being detected / loaded correctly.

ondrejmirtes commented 6 months ago

After running composer install and similar the plugin outputs what extensions were installed.

If there's a package with phpstan in the name that does not support extension-installer, it's printed in yellow as "not installed".

earthiverse commented 6 months ago

@ondrejmirtes Perfect! Thank you so much!

github-actions[bot] commented 5 months 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.