From 6dde4341f2f23ad676a2bbfd4107feb737a13d3d Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Tue, 1 Sep 2020 18:18:55 +0200 Subject: [PATCH] fix require --- plugin.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index 64bc723..0ead996 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "ExcludeCountries", "description": "Exclude or include visitors from selected countries", - "version": "0.1.0", + "version": "0.1.1", "theme": false, "require": { "name": "ExcludeCountries", @@ -9,7 +9,8 @@ "version": "0.1.0", "theme": false, "require": { - "piwik": ">=3.10.0,<4.0.0-b1" + "piwik": ">=3.10.0,<4.0.0-b1", + "matomo": ">=3.10.0,<4.0.0-b1" }, "homepage": "", "license": "GPL v3+",