mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix missing requirement to intl extension
Found usage of Transliterator which is part of the intl extension
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user