Skip to content

Commit

Permalink
Merge branch 'hotfix/4284' into develop
Browse files Browse the repository at this point in the history
Forward port zendframework#4284
  • Loading branch information
weierophinney committed Apr 22, 2013
2 parents af4d6ff + 988c714 commit c171853
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 @@ -20,7 +21,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",
"ocramius/proxy-manager": "ProxyManager to handle lazy initialization of services",
"pecl-weakref": "Implementation of weak references for Zend\\Stdlib\\CallbackHandler",
Expand Down

0 comments on commit c171853

Please sign in to comment.