From 8a9c9f8f8bd6d2552bb95df5f988d385d12c7242 Mon Sep 17 00:00:00 2001 From: Jaaaan Date: Fri, 30 Jun 2017 23:16:37 +0200 Subject: [PATCH] =?UTF-8?q?Kompatibilit=C3=A4t=20Contao=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kompatibilität für Contao 4, damit Installation aus Contao Manager möglich wird. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 172a117..c1dd20e 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require": { "php": ">=5.4", - "contao/core": ">3.4.4,<4.0", + "contao/core-bundle": "~3.4 || ~4.1", "contao-community-alliance/composer-plugin": "~2.0" }, "extra": { @@ -37,4 +37,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}