Skip to content

Commit

Permalink
Merge pull request #78 from norzechowicz/suggest-intl
Browse files Browse the repository at this point in the history
Added ext-inl to composer suggest
  • Loading branch information
Norbert Orzechowicz committed Feb 21, 2016
2 parents f5831e3 + 211d032 commit e85d690
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
],
"require": {
"php": ">=5.3.0",
"symfony/intl": "^2.3|^3.0",
"symfony/config": "^2.3|^3.0",
"symfony/translation": "^2.3|^3.0",
"symfony/yaml": "^2.3|^3.0"
Expand All @@ -38,5 +37,8 @@
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"suggest": {
"ext-intl": "Required if you are going to use humanizer with different locales than en_EN"
}
}

0 comments on commit e85d690

Please sign in to comment.