Failed to download whoisdoma/dnsparser
xxorax opened this issue · 1 comments
xxorax commented
When I try composer install
:
Failed to download whoisdoma/dnsparser from dist: The "https://api.github.com/repos/OwenMelbz/DNSParser/zipball/7fc73e76bfd4f1918b488dacae79b136120d4f12" file could not be downloaded (HTTP/1.1 404 Not Found)
Now trying to download from source
- Installing whoisdoma/dnsparser (dev-master 7fc73e7): Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private repos
However, this is a private repo but it's require in the composer.json :
"repositories": [
{
"type": "vcs",
"url": "https://github.com/OwenMelbz/DNSParser"
}
],
Thanks to open it please