Switch to ZendService-Recaptcha. (#912)
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- module/VuFind/src/VuFind/Controller/Plugin/Recaptcha.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Controller/Plugin/Recaptcha.php
- module/VuFind/src/VuFind/Service/Factory.php 1 addition, 3 deletionsmodule/VuFind/src/VuFind/Service/Factory.php
- module/VuFind/src/VuFind/Service/ReCaptcha.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Service/ReCaptcha.php
... | ... | @@ -13,7 +13,6 @@ |
"aferrandini/phpqrcode": "1.0.1", | ||
"jasig/phpcas": "1.3.4", | ||
"cap60552/php-sip2": "1.0.0", | ||
"los/losrecaptcha": "2.0.2", | ||
"ahand/mobileesp": "dev-master", | ||
"matthiasmullie/minify": "1.3.43", | ||
"ocramius/proxy-manager": "1.0.2", | ||
... | ... | @@ -57,6 +56,7 @@ |
"zendframework/zend-view": "2.8.1", | ||
"zendframework/zendrest": "2.0.2", | ||
"zendframework/zendservice-amazon": "2.0.4", | ||
"zendframework/zendservice-recaptcha": "3.0.0", | ||
"zf-commons/zfc-rbac": "2.5.3" | ||
}, | ||
"require-dev": { | ||
... | ... |
Please register or sign in to comment