From 33ab9e53447f960efb1dea84534e8e15607680ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 6 Apr 2019 13:31:23 +0200 Subject: [PATCH] Use ext-intl for heroku. --- composer.json | 1 + composer.lock | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f6c2df3e..5e2faf19 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,7 @@ "ext-ctype": "*", "ext-iconv": "*", "ext-mbstring": "*", + "ext-intl": "*", "doctrine/annotations": "^1.6", "friendsofsymfony/ckeditor-bundle": "^2.0", "omines/datatables-bundle": "^0.2.2", diff --git a/composer.lock b/composer.lock index ceaf5e05..efb904fb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "eaa24e28ac00d9141a07d749b1e94c7d", + "content-hash": "f522b3aafd33834efa52b3d0f3c0fd0a", "packages": [ { "name": "doctrine/annotations", @@ -7265,7 +7265,8 @@ "php": "^7.1.3", "ext-ctype": "*", "ext-iconv": "*", - "ext-mbstring": "*" + "ext-mbstring": "*", + "ext-intl": "*" }, "platform-dev": [] }