From 5d927cad1e6765d344c14712a07d92e914129038 Mon Sep 17 00:00:00 2001 From: phpwutz Date: Wed, 28 Feb 2018 13:42:06 +0100 Subject: [PATCH] require beberlei/doctrineextensions for production by default, installing dtc_queue will not install the doctrine extensions which in turn causes the Trends-Screen to not load any data (due to missing DAY, MONTH etc. functions) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 609c18b..1d7e9b8 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,7 @@ "dstuecken/php7ify": ">=1.1", "mmucklo/grid-bundle": ">=4.0.6", "symfony/framework-bundle": ">=2.7|>=3.3|4.*", + "beberlei/doctrineextensions": "^1.0", "sensio/framework-extra-bundle": "2.*|3.*|4.*|5.*", "cocur/background-process": ">=0.7" }, @@ -38,7 +39,6 @@ "phpunit/php-code-coverage": "^4.0", "predis/predis": "^v1.1.1", "snc/redis-bundle": "^2.0", - "beberlei/doctrineextensions": "^1.0", "symfony/proxy-manager-bridge": ">=2.7|>=3.3|4.*", "doctrine/doctrine-bundle": ">=1.8.1" },