My company's IPs range seems to be blocked by packagist.org's hosting service and I can't reach that domain. I've already contacted them but I don't know how much long it will take to remove the blockage. Moreover, every external web proxy I try to use falls into my company's firewall so I'm stuck.
Is there any public mirror for composer packages so I don't have to depend on packagist.org domain?
Any other solution is welcome as well.
I couldn't find a public mirror but I was able to solve packagist.org dependency by editing
~/.composer/config.json
and adding dependent projects' GitHub links as repositories, eg:The drawback is pretty obvious: I had to map every dependency and dependency's dependencies and point out theirs GitHub link. At least it's been faster to do this than to wait for OVH hosting service to solve the blockage problem.