1
0
Fork 0

add missing interface

pull/5275/head
Bilal Amarni 2016-05-02 12:50:25 +02:00
parent 81f33e9739
commit c1bc50dd2a
1 changed files with 2 additions and 1 deletions

View File

@ -237,8 +237,9 @@ namespace My\Composer;
use Composer\Composer;
use Composer\IO\IOInterface;
use Composer\Plugin\PluginInterface;
use Composer\Plugin\Capable;
class Plugin implements PluginInterface
class Plugin implements PluginInterface, Capable
{
public function activate(Composer $composer, IOInterface $io)
{