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 /tests/resources/custompluginsdir
parent9278c62a9a6b57eb16cac309a32fdeb0b9a28f5b (diff)
Use matomo require in plugin.json files (#15811)
instead of outdated piwik require
Diffstat (limited to 'tests/resources/custompluginsdir')
-rw-r--r--tests/resources/custompluginsdir/CustomDirPlugin/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/resources/custompluginsdir/CustomDirPlugin/plugin.json b/tests/resources/custompluginsdir/CustomDirPlugin/plugin.json
index ab0ee06dc5..69e912e2fb 100644
--- a/tests/resources/custompluginsdir/CustomDirPlugin/plugin.json
+++ b/tests/resources/custompluginsdir/CustomDirPlugin/plugin.json
@@ -4,7 +4,7 @@
"version": "0.1.0",
"theme": false,
"require": {
- "piwik": ">=4.0.0-b1,<5.0.0-b1"
+ "matomo": ">=4.0.0-b1,<5.0.0-b1"
},
"authors": [
{