Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2017-05-18 00:08:45 +0300
committerChaoyi Zha <summermontreal@gmail.com>2017-05-18 00:08:45 +0300
commit6e28bf83942382ab81bd8b45b49eecb8995a3d40 (patch)
treedbb26ba3f2d3c740b091b15a4c5bbead59f1d648 /composer.json
parent3c669ee1ca49bd5bef5af8e9e9a1ba2f464afe66 (diff)
Implement optional reCAPTCHA for registrations
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 5c9fcb0..4f883ee 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,8 @@
"torann/geoip": "^1.0",
"geoip2/geoip2": "^2.4",
"nesbot/carbon": "^1.22",
- "doctrine/dbal": "^2.5"
+ "doctrine/dbal": "^2.5",
+ "google/recaptcha": "~1.1"
},
"require-dev": {
"fzaninotto/faker": "~1.0",