We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5831e3 + 211d032 commit e85d690Copy full SHA for e85d690
1 file changed
composer.json
@@ -15,7 +15,6 @@
15
],
16
"require": {
17
"php": ">=5.3.0",
18
- "symfony/intl": "^2.3|^3.0",
19
"symfony/config": "^2.3|^3.0",
20
"symfony/translation": "^2.3|^3.0",
21
"symfony/yaml": "^2.3|^3.0"
@@ -38,5 +37,8 @@
38
37
"branch-alias": {
39
"dev-master": "2.1-dev"
40
}
+ },
41
+ "suggest": {
42
+ "ext-intl": "Required if you are going to use humanizer with different locales than en_EN"
43
44
0 commit comments