From 181a76a8f09354224eba87e68181677f6e4e41bd Mon Sep 17 00:00:00 2001 From: Robin Keet Date: Fri, 3 Aug 2018 22:26:17 +0200 Subject: [PATCH] composer udpated to require php modules intl, json and gettext --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 165a8a2..4089686 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,9 @@ "homepage" : "http://keet.me/", "require" : { "php" : "^7.2", + "ext-intl":"*", + "ext-json":"*", + "ext-gettext":"*", "doctrine/doctrine-orm-module" : "^1.1",