bitbucket上的私有存储库

时间:2017-10-08 14:35:38

标签: composer-php bitbucket

我正在bitbucket私人仓库上创建一个插件。这是我的composer.json文件:

{
  "name": "project/my-plugin",
  "repositories": [
  {
    "type": "vcs",
    "url": "git@bitbucket.org:project/my-plugin.git"        
  }
 ]
}

但是我得到了关注" composer require project / my-plugin:dev-master"

Your requirements could not be resolved to an installable set of packages.

问题1      - 在任何版本中找不到请求的包ephyre / voxilo-cakephp-teams-plugin,包名中可能有拼写错误。

潜在原因:   - 包名中的拼写错误   - 根据您的最小稳定性设置,包装没有足够稳定的版本    有关详细信息,请参阅https://getcomposer.org/doc/04-schema.md#minimum-stability

阅读https://getcomposer.org/doc/articles/troubleshooting.md了解更多常见问题。

请帮忙解决这个问题。

1 个答案:

答案 0 :(得分:0)

您粘贴的<td> <a href="{{ URL::to('participant/show/{id}',$row->id) }}" class="btn btn-primary" data-toggle="modal" data-target="#myModal">View</a> </td> 文件似乎来自您的插件。 composer.json部分需要转到您的项目repositories文件,而不是您的插件。