diff --git a/src/ThemeInstallerPlugin.php b/src/ThemeInstallerPlugin.php index 8993f8f..9ba2ee0 100644 --- a/src/ThemeInstallerPlugin.php +++ b/src/ThemeInstallerPlugin.php @@ -17,4 +17,20 @@ public function activate(Composer $composer, IOInterface $io) $composer->getInstallationManager()->addInstaller($installer); } + + /** + * {@inheritdoc} + */ + public function deactivate(Composer $composer, IOInterface $io) + { + // + } + + /** + * {@inheritdoc} + */ + public function uninstall(Composer $composer, IOInterface $io) + { + // + } }