diff --git a/src/Plugin.php b/src/Plugin.php index ae33d39..0760964 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -54,6 +54,7 @@ public static function getSubscribedEvents() { PackageEvents::POST_PACKAGE_INSTALL => 'postPackage', PackageEvents::POST_PACKAGE_UPDATE => 'postPackage', ScriptEvents::POST_UPDATE_CMD => 'postCmd', + ScriptEvents::POST_INSTALL_CMD => 'postCmd', PluginEvents::COMMAND => 'cmdBegins', ]; }