From 5586317b4377081f047580b2a29804901f135cef Mon Sep 17 00:00:00 2001 From: Janosch Oltmanns Date: Mon, 2 Jan 2017 09:29:03 +0100 Subject: [PATCH] Change contao requirement (fixes #102) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dbf3411..dbcd177 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require": { "php": ">=5.3.4", - "contao/core": ">=3.0,<3.6" + "contao/core": "3.*" }, "extra": { "contao": {