Beispiel #1
0
 /**
  * {@inheritDoc}
  */
 public function hasComposerFile($identifier)
 {
     $composerInfo = $this->perforce->getComposerInformation('//' . $this->depot . '/' . $identifier);
     $composerInfoIdentifier = $identifier;
     return !empty($composerInfo);
 }