Skip to content

Commit

Permalink
Fixing incorrect Composer requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Apr 21, 2013
1 parent 27d001d commit 3a9b441
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 @@ -9,7 +9,8 @@
"homepage": "http://framework.zend.com/",
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3",
"ext-intl": "*"
},
"require-dev": {
"doctrine/common": ">=2.1",
Expand All @@ -19,7 +20,6 @@
},
"suggest": {
"doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
"ext-intl": "ext/intl for i18n features",
"ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
"pecl-weakref": "Implementation of weak references for Zend\\Stdlib\\CallbackHandler",
"zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
Expand Down

0 comments on commit 3a9b441

Please sign in to comment.