diff --git a/BasePlugin.php b/BasePlugin.php index 115a25815da9a95e984613270fc698e51611e616..4d98186589d043bd43844e5b56672f0658dc4a70 100644 --- a/BasePlugin.php +++ b/BasePlugin.php @@ -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.