Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-04-14 22:42:27 +0300
committerGitHub <noreply@github.com>2020-04-14 22:42:27 +0300
commit85a0565301053c9054dd1c5bcd772b9726809042 (patch)
tree1c93a628f0396d4864b0a31b1271b2bb199bc0c3 /plugins/ExampleUI
parent9278c62a9a6b57eb16cac309a32fdeb0b9a28f5b (diff)
Use matomo require in plugin.json files (#15811)
instead of outdated piwik require
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleUI/plugin.json b/plugins/ExampleUI/plugin.json
index 898fe7d5d6..b2cdfbfc35 100644
--- a/plugins/ExampleUI/plugin.json
+++ b/plugins/ExampleUI/plugin.json
@@ -19,6 +19,6 @@
}
],
"require": {
- "piwik": ">=3.3.0"
+ "matomo": ">=4.0.0-b1,<5.0.0-b1"
}
} \ No newline at end of file