From d0f14f06ebea266017654fd7bbf589d9ccb09c28 Mon Sep 17 00:00:00 2001 From: Nicolas Raidelet <nicolas.raidelet@irstea.fr> Date: Fri, 24 Nov 2017 16:27:38 +0100 Subject: [PATCH] Maj composer.json --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f979d126..7d6d59b9 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,7 @@ ], "require": { "php": "^7.1", + "ext-json": "^1.5", "doctrine/doctrine-bundle": "^1.6", "doctrine/orm": "^2.5", "sensio/framework-extra-bundle": "^3.0.2", @@ -39,7 +40,12 @@ "white-october/pagerfanta-bundle": "~1.0", "willdurand/js-translation-bundle": "~2.2", "xenolope/quahog": "^2.1", - "symfony/intl": "^3.3" + "symfony/intl": "^3.3", + "psr/log": "^1.0", + "twig/twig": "^1.0||^2.0", + "twig/extensions": "^1.0", + "pagerfanta/pagerfanta": "^1.0", + "knplabs/gaufrette": "^0.3" }, "require-dev": { "phpunit/phpunit": "^4.8" -- GitLab