如何将git repo放置到自定义路径?我正在使用composer / Installer。我在git repo上开发了一个模块。我想将它添加到composer.json但是在拉后它应该放在web / modules / custom目录下。我怎么能这样做。
我在composer.json
中添加了这些部分var
ul: ULARGE_INTEGER;
ul.QuadPart := offset;
pView := MapViewOfFile(hMapping, FILE_MAP_WRITE, ul.HighPart, ul.LowPart, size);
答案 0 :(得分:0)
在composer.json
文件的github上的存储库中,您需要将名称编辑为"miteshmap/commerce"
,更改类型,因为您的规则"web/modules/contrib/{$name}": ["type:drupal-module"],
目前会将其放在该文件夹中并且需要{ {1}}
"composer/installers": "~1.0"
其余代码看起来很好。