Use PHP composer to clone git repo
That package in fact is available through packagist. You don’t need a custom repository definition in this case. Just make sure you add a require (which is always needed) with a matching version constraint. In general, if a package is available on packagist, do not add a VCS repo. It will just slow things down. … Read more