Skip to content
Snippets Groups Projects
Commit e8c73600 authored by jurgenhaas's avatar jurgenhaas
Browse files

Get ready for composer 2

parent 51991d3a
No related branches found
No related tags found
No related merge requests found
...@@ -28,4 +28,14 @@ abstract class BasePlugin implements BasePluginInterface, PluginInterface, Event ...@@ -28,4 +28,14 @@ abstract class BasePlugin implements BasePluginInterface, PluginInterface, Event
$this->handler = new $class($composer, $io); $this->handler = new $class($composer, $io);
} }
/**
* {@inheritdoc}
*/
public function deactivate(Composer $composer, IOInterface $io) {}
/**
* {@inheritdoc}
*/
public function uninstall(Composer $composer, IOInterface $io) {}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment