Closed Toflar closed 9 years ago
Have you tried "url": "file:/absolute/path/to/my/git/repository"
or "url": "file:///absolute/path/to/my/git/repository"
?
Works, thx :-)
However, I don’t know if this should be fixed as in the Composer docs it doesn’t say you need to prepend file:// :-)=
Hey guys,
It seems like the plugin does not support local repositories. I've added
and when I update in the back end, it tells me it could not find a composer.json in "/absolute/path/to/my/git/repository". However when I
cd
toTL_ROOT/composer
and callcomposer update
on my CLI manually, it works fine.