configure() protected method

protected configure ( )
Exemplo n.º 1
0
 protected function configure()
 {
     parent::configure();
     $this->setName("fix-composer-lock")->setDescription('Fixes composer lock real-paths with relative-paths');
 }
Exemplo n.º 2
0
 protected function configure()
 {
     parent::configure();
     $this->setName("symlink")->setDescription('Symlinks internal packages to vendors');
 }
Exemplo n.º 3
0
 protected function configure()
 {
     parent::configure();
     $this->setName("update")->setDescription('Updates the artifacts within the artifacts repository');
 }