initializeProjectConfig() public method

 /**
  * 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;
 }