initializeProjectConfig() 공개 메소드

예제 #1
0
 /**
  * Updates the composer.json file to provide better values for some of the
  * default configuration values.
  *
  * @return $this
  */
 protected function updateComposerConfig()
 {
     $this->composerManager->initializeProjectConfig();
     return $this;
 }