string
protected function getFileIdentifier(PackageInterface $package, string $path) { // TODO composer v3 change this to sha1 or xxh3? Possibly not worth the potential breakage though return hash('md5', $package->getName() . ':' . $path); }