From ff8cda13716475fbb283e3c5c365f8f171bd25c2 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Tue, 16 Jun 2015 08:33:04 +0200 Subject: [PATCH] Support Contao 3.5. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f935eb4..2e20033 100644 --- a/composer.json +++ b/composer.json @@ -19,14 +19,14 @@ }, "require":{ "php":">=5.4", - "contao/core":">=3.2,<3.5-dev", + "contao/core":">=3.2,<3.6-dev", "contao-community-alliance/dependency-container":"~1.0", "contao-community-alliance/event-dispatcher":"~1.0", "netzmacht/contao-leaflet-libraries": "~0.7", "netzmacht/php-javascript-builder": "~1.0", "netzmacht/php-leaflet": "~0.7", "netzmacht/contao-toolkit":"~1.0", - "bit3/contao-meta-palettes": "~1.5", + "contao-community-alliance/meta-palettes": "~1.5", "menatwork/contao-multicolumnwizard": "~3.2", "doctrine/cache": "~1.0" },