From c76b056a976920698814e98dfb6abff5a9d288ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20G=C3=B6tzinger?= Date: Tue, 13 Feb 2018 07:04:00 +0100 Subject: [PATCH] =?UTF-8?q?Kompatibilit=C3=A4t=20mit=20Contao=204.5=20und?= =?UTF-8?q?=20PHP=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5dcbc87..6df1c3f 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "forum":"https://community.contao.org/de/showthread.php?31684-Advanced-eMail-Obfuscation" }, "require":{ - "php": ">=5.6.0", - "contao/core-bundle": "~4.3" + "php": ">=7.0.0", + "contao/core-bundle": "~4.5" }, "require-dev": { "contao/manager-plugin": "^2.0"