Skip to content

Commit

Permalink
[zendframework#1963] Updated composer.json
Browse files Browse the repository at this point in the history
- Updated to add pdf and recaptcha as require-dev and in suggest list
  • Loading branch information
weierophinney committed Jul 23, 2012
1 parent acfb05b commit 0d95691
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@
"php": ">=5.3.3"
},
"require-dev": {
"doctrine/common": ">=2.1"
"doctrine/common": ">=2.1",
"zendframework/zendpdf": "*",
"zendframework/zendservice-recaptcha": "*"
},
"suggest": {
"doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
"ext-intl": "ext/intl for i18n features"
"ext-intl": "ext/intl for i18n features",
"zendframework/zendpdf": "Zend\\Pdf for creating PDF representations of barcodes",
"zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 0d95691

Please sign in to comment.