/**
  * Get replacement for $AUTHOR_EMAIL$.
  *
  * @return string
  */
 protected function getAuthorEmailReplacement()
 {
     return $this->workbench->config('composer.author.email');
 }