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

Commit

Permalink
Update zend-captcha requirement to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Feb 23, 2017
1 parent 2cd0bce commit 75cdda0
Showing 1 changed file with 2 additions and 2 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.7.0",
"zendframework/zend-captcha": "^2.7.1",
"zendframework/zend-code": "^2.6 || ^3.0",
"zendframework/zend-escaper": "^2.5",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
Expand All @@ -40,7 +40,7 @@
"phpunit/phpunit": "^4.8"
},
"suggest": {
"zendframework/zend-captcha": "^2.5.4, required for using CAPTCHA form elements",
"zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements",
"zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support",
"zendframework/zend-i18n": "^2.6, required when using zend-form view helpers",
Expand Down

0 comments on commit 75cdda0

Please sign in to comment.