Я хочу установить HumHub (github.com/humhub/humhub) с моим собственным файлом-композитором. Но композитор не устанавливает зависимости humhub.HumHub install by own project composer
Вот мой composer.json:
{
"name": "my-project",
"type": "project",
"repositories": [
{
"type": "package",
"package": {
"name": "humhub/humhub",
"version": "1.1.1",
"source": {
"url": "https://github.com/humhub/humhub.git",
"type": "git",
"reference": "master"
}
}
}
],
"require": {
"humhub/humhub": "1.1.1"
}
}