composer.json - updated to use a gregwar/captcha fork (chesscom)

This commit is contained in:
lackovic10 2013-09-25 20:53:52 +02:00
parent 6b4e7db721
commit b085af6e00
1 changed files with 7 additions and 1 deletions

View File

@ -16,9 +16,15 @@
"email": "jeremy.j.livingston@gmail.com" "email": "jeremy.j.livingston@gmail.com"
} }
], ],
"repositories": [
{
"type": "vcs",
"url": "git@github.com:ChessCom/Captcha"
}
],
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"gregwar/captcha": "v1.0.8" "gregwar/captcha": "dev-master"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {