Skip to content

Commit 53020de

Browse files
Require symfony/intl ~2.4 when Locale::setDefault() is used
1 parent db65354 commit 53020de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require-dev": {
2222
"symfony/phpunit-bridge": "~2.7",
2323
"symfony/config": "~2.7",
24-
"symfony/intl": "~2.3",
24+
"symfony/intl": "~2.4",
2525
"symfony/yaml": "~2.2",
2626
"psr/log": "~1.0"
2727
},

0 commit comments

Comments
 (0)