composer.json - updated to use a gregwar/captcha fork (chesscom)
This commit is contained in:
parent
6b4e7db721
commit
b085af6e00
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue