for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Helick\LocalServer;
use Composer\Plugin\Capability\CommandProvider as ComposerCommandProvider;
final class CommandProvider implements ComposerCommandProvider
{
/**
* @inheritDoc
*/
public function getCommands()
return [
new Command,
];
}