Skip to content
Snippets Groups Projects

Feature/init

Closed Krzysztof Dyszczyk requested to merge feature/init into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,6 +5,7 @@ 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;
@@ -64,7 +65,7 @@ class Plugin implements PluginInterface, Capable, EventSubscriberInterface {
*/
public function getCapabilities(): array {
return [
\Composer\Plugin\Capability\CommandProvider::class => CommandProvider::class
CommandProvider::class => CommandProvider::class
];
}
Loading