Skip to content

Commit

Permalink
Merge branch 'hotfix/composer-ext-intl' of https://github.com/EvanDot…
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 23, 2012
2 parents 5f848a0 + ec5a35f commit 451fc68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"doctrine/common": ">=2.1"
},
"suggest": {
"doctrine/common": "Doctrine\\Common >=2.1 for annotation features"
"doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
"ext-intl": "ext/intl for i18n features"
},
"autoload": {
"psr-0": {
Expand Down
5 changes: 3 additions & 2 deletions library/Zend/I18n/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"target-dir": "Zend/I18n",
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3",
"ext-intl": "*"
}
}
}

0 comments on commit 451fc68

Please sign in to comment.