Current errors when trying to include this Gist as a micropackage as follow:
[...]
"repositories": [
{"url": "https://gist.github.com/3672234.git", "type": "vcs"}
],
"require": {
"real34/agist": "dev-master"
}
[...]
Error :
composer update -vvv
Reading ./composer.json
Executing command (CWD): git describe --exact-match --tags
Executing command (CWD): git branch --no-color --no-abbrev -v
Executing command (CWD): hg branch
Loading composer repositories with package information
Executing command (CWD): git clone --mirror 'https://gist.github.com/3672234.git' '/home/pierre/.composer/cache/vcs/https---gist.github.com-3672234.git/'
Executing command (/home/pierre/.composer/cache/vcs/https---gist.github.com-3672234.git/): git show-ref --tags
Executing command (/home/pierre/.composer/cache/vcs/https---gist.github.com-3672234.git/): git branch --no-color --no-abbrev -v
Executing command (/home/pierre/.composer/cache/vcs/https---gist.github.com-3672234.git/): git branch --no-color
Executing command (/home/pierre/.composer/cache/vcs/https---gist.github.com-3672234.git/): git show 'master':composer.json
Executing command (/home/pierre/.composer/cache/vcs/https---gist.github.com-3672234.git/): git log -1 --format=%at 'master'
[Composer\Repository\InvalidRepositoryException]
No valid composer.json was found in any branch or tag of https://gist.github.com/3672234.git, could not load a package from it.