From b40998fd5dadc02425d3d04135e0b41a667356e3 Mon Sep 17 00:00:00 2001 From: Norman Paschke Date: Tue, 16 Jan 2018 16:45:03 +0100 Subject: [PATCH] update dependencies we do not want to restrict ourselves to a specific minor version --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 09ce5ce..7977788 100644 --- a/composer.json +++ b/composer.json @@ -7,8 +7,8 @@ "GPL-2.0" ], "require": { - "php": "~5.6.0|~7.0.0", - "typo3/cms-core": "~8.7.0" + "php": ">=5.6.0", + "typo3/cms": "~8.7" }, "autoload": { "psr-4": { @@ -20,4 +20,4 @@ "irfaq": "self.version", "typo3-ter/irfaq": "self.version" } -} \ No newline at end of file +}