【发布时间】:2018-11-17 13:42:18
【问题描述】:
我知道您可以使用 git 存储库作为 composer 的依赖项。但是我想知道是否可以添加 git repo 的特定文件夹作为依赖项。例如 Wordpress 的 Add Meta Tags Mod 在一个共享仓库中: https://github.com/svn2github/wordpress-vip-plugins/tree/master/add-meta-tags-mod
我可以将 Composer 设置为仅下载 add-meta-tags-mod 文件夹吗?
【问题讨论】:
标签: php git github composer-php