Example #1
0
 /**
  * @param string $name
  * @return bool
  */
 public function removePackage($name, OutputInterface $output = null)
 {
     return ComposerService::removePackage($this->workingDir, $name, $output);
 }