From de060c2a0ebed13ac2d87cd6d856d5592a10a1b8 Mon Sep 17 00:00:00 2001 From: Ruud Denivel Date: Thu, 24 Jan 2019 10:41:43 +0100 Subject: [PATCH] fix wrong dependency --- src/Kunstmaan/MediaBundle/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kunstmaan/MediaBundle/composer.json b/src/Kunstmaan/MediaBundle/composer.json index 9d644e7a86..c36470fb64 100644 --- a/src/Kunstmaan/MediaBundle/composer.json +++ b/src/Kunstmaan/MediaBundle/composer.json @@ -21,7 +21,7 @@ "knplabs/knp-gaufrette-bundle": "~0.1", "kunstmaan/admin-bundle": "~5.2", "kunstmaan/adminlist-bundle": "~5.2", - "kunstmaan/utilities-bundle": "~3.2" + "kunstmaan/utilities-bundle": "~5.2" }, "suggest": { "ext-imagick": "to support PDF preview images"