Skip to content

Commit ea25230

Browse files
committed
Fix symfony/intl version
1 parent e7e6fb4 commit ea25230

File tree

2 files changed

+78
-73
lines changed

2 files changed

+78
-73
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": ">=5.6",
1313
"beberlei/assert": "^2.5",
14-
"symfony/intl": "^3.1"
14+
"symfony/intl": "~2.8|~3.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^5.4",

composer.lock

Lines changed: 77 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)