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

BasePlugin also implements Capable

parent 957fb15a
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,13 @@ namespace LakeDrops\Component\Composer;
use Composer\Composer;
use Composer\EventDispatcher\EventSubscriberInterface;
use Composer\IO\IOInterface;
use Composer\Plugin\Capable;
use Composer\Plugin\PluginInterface;
/**
* Composer plugin for handling docker4drupal setup.
*/
abstract class BasePlugin implements BasePluginInterface, PluginInterface, EventSubscriberInterface {
abstract class BasePlugin implements BasePluginInterface, PluginInterface, EventSubscriberInterface, Capable {
/**
* The handler object to do the real work then.
......
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