Skip to content

Commit 4c1d7e2

Browse files
author
Norbert Orzechowicz
committed
Merge pull request #6 from jakzal/symfony-intl-3
Remove an optional dependency on symfony/intl
2 parents 5a55f3b + 106b15e commit 4c1d7e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.3.0",
18-
"symfony/intl": "~2.5"
17+
"php": ">=5.3.0"
1918
},
2019
"require-dev": {
2120
"phpspec/phpspec": "^2",

0 commit comments

Comments
 (0)