The README indicates that one can build from any valid git URL like this: ``` bash $ phar-composer build git@github.com:clue/phar-composer.git ``` While this works fine for git http urls, it fails parsing git ssh urls. The relevant place would be url check here: https://github.com/clue/phar-composer/blob/41bed00207658663e1fcfe7aee970ee25dc2b3b3/src/Clue/PharComposer/Packager.php#L298