Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Update ReCaptcha for ZendService_ReCaptcha v3
Browse files Browse the repository at this point in the history
ZendService_ReCaptcha supports v2 of the API which renders differently.
  • Loading branch information
akrabat committed Feb 20, 2017
1 parent 104109f commit 5586c85
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 140 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require-dev": {
"doctrine/annotations": "~1.0",
"zendframework/zend-cache": "^2.6.1",
"zendframework/zend-captcha": "^2.5.4",
"zendframework/zend-captcha": "^2.7.0",
"zendframework/zend-code": "^2.6 || ^3.0",
"zendframework/zend-escaper": "^2.5",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
Expand All @@ -35,7 +35,7 @@
"zendframework/zend-text": "^2.6",
"zendframework/zend-validator": "^2.6",
"zendframework/zend-view": "^2.6.2",
"zendframework/zendservice-recaptcha": "*",
"zendframework/zendservice-recaptcha": "^3.0.0",
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "^4.8"
},
Expand Down
Loading

0 comments on commit 5586c85

Please sign in to comment.