for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Helick\LocalServer;
use Composer\Composer;
use Composer\IO\IOInterface;
use Composer\Plugin\Capability\CommandProvider as ComposerCommandProvider;
use Composer\Plugin\Capable;
use Composer\Plugin\PluginInterface;
final class Plugin implements PluginInterface, Capable
{
/**
* @inheritDoc
*/
public function activate(Composer $composer, IOInterface $io)
//
}
public function getCapabilities()
return [
ComposerCommandProvider::class => CommandProvider::class,
];