Skip to content

Commit 49bee27

Browse files
Require symfony/intl ~2.4 when Locale::setDefault() is used
1 parent bf2becd commit 49bee27

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
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.9",
2020
"symfony/event-dispatcher": "~2.1",
21-
"symfony/intl": "~2.3",
21+
"symfony/intl": "~2.4",
2222
"symfony/options-resolver": "~2.6",
2323
"symfony/property-access": "~2.3"
2424
},

0 commit comments

Comments
 (0)