示例#1
0
 /**
  * {@inheritDoc}
  */
 public function getComposerInformation($identifier)
 {
     return BitbucketUtil::getComposerInformation($this->cache, $this->infoCache, $this->getScheme(), $this->repoConfig, $identifier, $this->owner, $this->repository, $this, 'getContents');
 }
 /**
  * {@inheritdoc}
  */
 public function getComposerInformation($identifier)
 {
     $method = method_exists($this, 'getContentsWithOAuthCredentials') ? 'getContentsWithOAuthCredentials' : 'getContents';
     return BitbucketUtil::getComposerInformation($this->cache, $this->infoCache, $this->getScheme(), $this->repoConfig, $identifier, $this->owner, $this->repository, $this, $method);
 }