Is there any way you can change the configuration to allow cloning via http instead of forcing cloning via git? On my shared host (godaddy), the cloning of tcpdf fails due to "connection refused" because it's using the git protocol. Everything else works. Thanks!
I see that on 10/13/2013 you addressed this, but appears to still be an issue. Here's what happens when I do a composer update:
This is not a TCPDF bug.
You can clone TCPDF either with http or git (just follow the Code in the top menu).
In Packagist the default method choosen is GIT for performance reasons.
May be I can create another packagist repo just for http.
You don't have to create another packgist repo.
Just force http in composer.json of your project, by adding this lines :