From ccf8414be62a92df4afcb1e799036689607576c3 Mon Sep 17 00:00:00 2001 From: Martin Keckeis Date: Wed, 8 Mar 2017 13:31:57 +0100 Subject: [PATCH] new requirements --- plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index 99586f2..e6b366d 100644 --- a/plugin.json +++ b/plugin.json @@ -10,7 +10,7 @@ ], "theme": false, "require": { - "piwik": ">=2.16.0,<4.0.0-b1", - "php": ">=5.6.0" + "piwik": ">=3.0.0-b1,<4.0.0-b1", + "php": ">=7.0.0,<8.0.0" } }