Skip to content

Commit

Permalink
Add POST_INSTALL_CMD in Subscribed Events
Browse files Browse the repository at this point in the history
fix #9
  • Loading branch information
L0rD59 authored and FlorentTorregrosa committed Mar 20, 2020
1 parent 6ddcfdd commit 6af57e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];
}
Expand Down

0 comments on commit 6af57e7

Please sign in to comment.