/**
  * Returns the version of concrete5 required by the package
  * @return string
  */
 public function getApplicationVersionRequired()
 {
     return parent::getApplicationVersionRequired();
 }