From 1bf82848079719a8e5cb8ecde2f81558336b6323 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Wed, 6 May 2015 12:05:50 +0200 Subject: [PATCH] Support Contao 3.5. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d14e16..f914987 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require":{ "php":">=5.3.4", "contao-community-alliance/composer-plugin": "~2.0", - "contao/core":">=3.2,<3.5-dev", + "contao/core":">=3.2,<3.6-dev", "contao-bootstrap/core": "~1.0", "netzmacht/html": "~1.1", "contao-community-alliance/meta-palettes":"~1.4",