Skip to content
Snippets Groups Projects

Feature/init

Closed Krzysztof Dyszczyk requested to merge feature/init into main
3 files
+ 132
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -6,6 +6,7 @@ use Composer\Composer;
use Composer\EventDispatcher\EventSubscriberInterface;
use Composer\IO\IOInterface;
use Composer\EventDispatcher\Event;
use Composer\Plugin\Capable;
use Composer\Plugin\PluginInterface;
use Composer\Script\ScriptEvents;
@@ -14,7 +15,7 @@ use Composer\Script\ScriptEvents;
*
* @package WPDesk\Composer\GitPlugin
*/
class Plugin implements PluginInterface, EventSubscriberInterface {
class Plugin implements PluginInterface, Capable, EventSubscriberInterface {
const PRIORITY_RUN_LAST = 1;
Loading