phpstan / extension-installer

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

Do not run plugin when not installed #4

Closed simPod closed 5 years ago

simPod commented 5 years ago

Fixes #3

@ondrejmirtes I was wondering just to skip plugin execution when it's already removed but still in Composer's memory

ondrejmirtes commented 5 years ago

1) Please fix the CS. You can run the build locally with vendor/bin/phing. 2) Please output some debugging message in case the installation is terminated prematurely in this condition.

simPod commented 5 years ago

@ondrejmirtes done

ondrejmirtes commented 5 years ago

Cool! Please test it once it's merged.

simPod commented 5 years ago

Tested, working

ondrejmirtes commented 5 years ago

Cool, I'll tag a new version