mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
add missing interface
This commit is contained in:
parent
81f33e9739
commit
c1bc50dd2a
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue