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

feature(init): initial version

parent ad06ed4b
No related branches found
No related tags found
2 merge requests!2Feature/init,!1Feature/init
Pipeline #10702 passed with warnings
...@@ -5,6 +5,7 @@ namespace WPDesk\ActivationReminder\Composer; ...@@ -5,6 +5,7 @@ namespace WPDesk\ActivationReminder\Composer;
use Composer\Composer; use Composer\Composer;
use Composer\EventDispatcher\EventSubscriberInterface; use Composer\EventDispatcher\EventSubscriberInterface;
use Composer\IO\IOInterface; use Composer\IO\IOInterface;
use Composer\Plugin\Capability\CommandProvider;
use Composer\Plugin\Capable; use Composer\Plugin\Capable;
use Composer\EventDispatcher\Event; use Composer\EventDispatcher\Event;
use Composer\Plugin\PluginInterface; use Composer\Plugin\PluginInterface;
...@@ -64,7 +65,7 @@ class Plugin implements PluginInterface, Capable, EventSubscriberInterface { ...@@ -64,7 +65,7 @@ class Plugin implements PluginInterface, Capable, EventSubscriberInterface {
*/ */
public function getCapabilities(): array { public function getCapabilities(): array {
return [ return [
\Composer\Plugin\Capability\CommandProvider::class => CommandProvider::class CommandProvider::class => CommandProvider::class
]; ];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment