add missing interface
parent
81f33e9739
commit
c1bc50dd2a
|
@ -237,8 +237,9 @@ namespace My\Composer;
|
||||||
use Composer\Composer;
|
use Composer\Composer;
|
||||||
use Composer\IO\IOInterface;
|
use Composer\IO\IOInterface;
|
||||||
use Composer\Plugin\PluginInterface;
|
use Composer\Plugin\PluginInterface;
|
||||||
|
use Composer\Plugin\Capable;
|
||||||
|
|
||||||
class Plugin implements PluginInterface
|
class Plugin implements PluginInterface, Capable
|
||||||
{
|
{
|
||||||
public function activate(Composer $composer, IOInterface $io)
|
public function activate(Composer $composer, IOInterface $io)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue