From 6203fdc45dfb664aecbacf7550dce589d1805bb3 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Wed, 18 Jan 2017 11:07:59 +0100 Subject: [PATCH] Support Contao 4.3. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be492f0..fb731d7 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ }, "require":{ "php":">=5.4", - "contao/core":"~3.5" + "contao-community-alliance/composer-plugin": "~2.4 | ~3.0", + "contao/core-bundle":"~3.5 | ~4.3" }, "suggest": { "netzmacht/contao-leaflet-maps": "Leaflet maps integration into Contao CMS"