/**
  * Load the configuration.
  */
 private function loadConfiguration()
 {
     $this->config = new Config();
     $this->config->createFromComposer();
 }