Skip to content

Commit

Permalink
Merge branch 'hotfix/3925' into develop
Browse files Browse the repository at this point in the history
Forward port zendframework#3925
  • Loading branch information
weierophinney committed Mar 11, 2013
2 parents 5da8ff7 + 97c124c commit 6d773dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion library/Zend/I18n/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@
"require": {
"php": ">=5.3.3",
"ext-intl": "*",
"zendframework/zend-filter": "self.version",
"zendframework/zend-stdlib": "self.version"
},
"suggest": {
"zendframework/zend-filter": "You should install this package to use the provided filters",
"zendframework/zend-validator": "You should install this package to use the provided validators",
"zendframework/zend-view": "You should install this package to use the provided view helpers"
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev",
Expand Down

0 comments on commit 6d773dc

Please sign in to comment.