Skip to content
Snippets Groups Projects
Commit ffce81f3 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(init): initial version

parent c2144ed3
No related branches found
No related tags found
2 merge requests!2Feature/init,!1Feature/init
Pipeline #10749 passed with warnings
......@@ -5,8 +5,6 @@ namespace WPDesk\ActivationReminder\Composer;
use Composer\Composer;
use Composer\EventDispatcher\EventSubscriberInterface;
use Composer\IO\IOInterface;
use Composer\Plugin\Capability\CommandProvider;
use Composer\Plugin\Capable;
use Composer\EventDispatcher\Event;
use Composer\Plugin\PluginInterface;
use Composer\Script\ScriptEvents;
......@@ -16,7 +14,7 @@ use Composer\Script\ScriptEvents;
*
* @package WPDesk\Composer\GitPlugin
*/
class Plugin implements PluginInterface, Capable, EventSubscriberInterface {
class Plugin implements PluginInterface, EventSubscriberInterface {
const PRIORITY_RUN_LAST = 1;
......@@ -60,15 +58,6 @@ class Plugin implements PluginInterface, Capable, EventSubscriberInterface {
$this->io = $io;
}
/**
* @inheritDoc
*/
public function getCapabilities(): array {
return [
CommandProvider::class => CommandProvider::class
];
}
/**
* @inheritDoc
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment