Fix missing requirement to intl extension

Found usage of Transliterator which is part of the intl extension
This commit is contained in:
Benoît Burnichon
2016-03-15 16:57:07 +01:00
parent 643b7d2501
commit 210920c31f
2 changed files with 5 additions and 3 deletions

View File

@@ -29,6 +29,7 @@
],
"require": {
"php": ">=5.5.9",
"ext-intl": "*",
"alchemy-fr/tcpdf-clone": "~6.0",
"alchemy/embed-bundle": "^0.3.2",
"alchemy/geonames-api-consumer": "~0.1.0",