Skip to content

Commit

Permalink
Require minimum ICU version 4.6, closes #9
Browse files Browse the repository at this point in the history
In ICU 4.6 / CLDR 1.9 the transform rule `Latin-ASCII` was added.
  • Loading branch information
ausi committed Feb 18, 2018
1 parent da7ad5a commit b0ad8d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,8 @@
"php": "^7.1",
"ext-intl": "*",
"ext-mbstring": "*",
"ext-pcre": "*"
"ext-pcre": "*",
"lib-icu": ">=4.6"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.4",

0 comments on commit b0ad8d0

Please sign in to comment.