From 71e4d8720487b657853854d9065e6e08d43dd5c8 Mon Sep 17 00:00:00 2001 From: jbrule Date: Fri, 4 Sep 2020 15:08:21 -0500 Subject: [PATCH] Update plugin.json --- plugin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin.json b/plugin.json index 5db4d50..23faa02 100644 --- a/plugin.json +++ b/plugin.json @@ -1,11 +1,11 @@ { "name": "SiteAccessProvisioner", "description": "Provides a simple method to provision access to site analytics. Integration with Content Management System is highly advised.", - "version": "3.0.1", + "version": "4.0.1", "theme": false, "require": { - "piwik": ">=3.6.0,<4.0.0-b1", - "php": ">=7.0.0" + "matomo": ">=4.0.0-b1,<5.0.0-b1", + "php": ">=7.0.0" }, "authors": [ { @@ -17,4 +17,4 @@ "homepage": "https:\/\/github.com\/jbrule\/matomoplugin-SiteAccessProvisioner", "license": "GPL v3+", "keywords": ["access","authorization","integration"] -} \ No newline at end of file +}