@inheritDoc
Overrides VcsDriver::hasComposerFile
public function hasComposerFile(string $identifier) : bool { $composerInfo = $this->perforce ->getComposerInformation('//' . $this->depot . '/' . $identifier); return !empty($composerInfo); }