configure() protected method

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