diff --git a/src/RecipePlugin.php b/src/RecipePlugin.php index 2e9e716..ecdc3fe 100644 --- a/src/RecipePlugin.php +++ b/src/RecipePlugin.php @@ -133,4 +133,15 @@ class RecipePlugin implements PluginInterface, EventSubscriberInterface, Capable CommandProvider::class => RecipeCommandProvider::class ]; } + + + public function deactivate(Composer $composer, IOInterface $io) + { + + } + + public function uninstall(Composer $composer, IOInterface $io) + { + + } }