Skip to content

Commit

Permalink
Adding plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaycs85 committed Dec 10, 2017
1 parent d72b48e commit 5b62a5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Composer/GrumPHPPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

namespace DrupalQualityChecker\Composer;

use Composer\EventDispatcher\EventSubscriberInterface;
use Composer\Plugin\PluginInterface;
use GrumPHP\Composer\GrumPHPPlugin as GrumPHPPluginDefault;
use Composer\Script\Event;
use DrupalQualityChecker\Console\Command\ConfigureCommand;

class GrumPHPPlugin extends GrumPHPPluginDefault
class GrumPHPPlugin extends GrumPHPPluginDefault implements PluginInterface, EventSubscriberInterface
{

public function runScheduledTasks(Event $event)
Expand Down

0 comments on commit 5b62a5a

Please sign in to comment.