Skip to content

Commit e85d690

Browse files
author
Norbert Orzechowicz
committed
Merge pull request #78 from norzechowicz/suggest-intl
Added ext-inl to composer suggest
2 parents f5831e3 + 211d032 commit e85d690

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
],
1616
"require": {
1717
"php": ">=5.3.0",
18-
"symfony/intl": "^2.3|^3.0",
1918
"symfony/config": "^2.3|^3.0",
2019
"symfony/translation": "^2.3|^3.0",
2120
"symfony/yaml": "^2.3|^3.0"
@@ -38,5 +37,8 @@
3837
"branch-alias": {
3938
"dev-master": "2.1-dev"
4039
}
40+
},
41+
"suggest": {
42+
"ext-intl": "Required if you are going to use humanizer with different locales than en_EN"
4143
}
4244
}

0 commit comments

Comments
 (0)