MyBuilder\Conductor\Command\LockFixerCommand::configure PHP Méthode

configure() protected méthode

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName("fix-composer-lock")->setDescription('Fixes composer lock real-paths with relative-paths');
    }