From 8f5a492c7014408b17d725f66e8f47e896de1c5a Mon Sep 17 00:00:00 2001 From: David Molineus Date: Wed, 18 Jan 2017 17:31:28 +0100 Subject: [PATCH] Disable Contao 4 as it's not tested so far. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 37fc3a4..6e5ed01 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require":{ "php":">=5.5.0", - "contao/core-bundle":"~3.5 | ~4.3", + "contao/core-bundle":"~4.3", "contao-community-alliance/composer-plugin": "~2.4 | ~3.0", "netzmacht/contao-leaflet-libraries":"~1.0" },