コード例 #1
0
ファイル: ModuleRepository.php プロジェクト: modera/module
 /**
  * @param string $name
  * @param string $version
  * @return bool
  */
 public function requirePackage($name, $version = 'dev-master', OutputInterface $output = null)
 {
     return ComposerService::requirePackage($this->workingDir, $name, $version, $output);
 }