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:
-rw-r--r--plugins/ExampleLogTables/plugin.json2
-rw-r--r--plugins/ExamplePlugin/plugin.json2
-rw-r--r--plugins/ExampleTheme/plugin.json2
-rw-r--r--plugins/ExampleUI/plugin.json2
-rw-r--r--plugins/TestRunner/plugin.json2
-rw-r--r--tests/resources/custompluginsdir/CustomDirPlugin/plugin.json2
6 files changed, 6 insertions, 6 deletions
diff --git a/plugins/ExampleLogTables/plugin.json b/plugins/ExampleLogTables/plugin.json
index c51c261e29..f92347246c 100644
--- a/plugins/ExampleLogTables/plugin.json
+++ b/plugins/ExampleLogTables/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": [
{
diff --git a/plugins/ExamplePlugin/plugin.json b/plugins/ExamplePlugin/plugin.json
index 1a1d6ad78c..838953abc7 100644
--- a/plugins/ExamplePlugin/plugin.json
+++ b/plugins/ExamplePlugin/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": [
{
diff --git a/plugins/ExampleTheme/plugin.json b/plugins/ExampleTheme/plugin.json
index aa27c67db5..2f00aeb5df 100644
--- a/plugins/ExampleTheme/plugin.json
+++ b/plugins/ExampleTheme/plugin.json
@@ -4,7 +4,7 @@
"version": "0.1.0",
"theme": true,
"require": {
- "piwik": ">=4.0.0-b1,<5.0.0-b1"
+ "matomo": ">=4.0.0-b1,<5.0.0-b1"
},
"stylesheet": "stylesheets/theme.less",
"homepage": "",
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
diff --git a/plugins/TestRunner/plugin.json b/plugins/TestRunner/plugin.json
index d3a3f14bae..761c49c766 100644
--- a/plugins/TestRunner/plugin.json
+++ b/plugins/TestRunner/plugin.json
@@ -4,7 +4,7 @@
"description": "Developer tool that lets you run the automated tests suite. Only needed in development.",
"theme": false,
"require": {
- "piwik": ">=2.9.0"
+ "matomo": ">=4.0.0-b1,<5.0.0-b1"
},
"authors": [
{
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": [
{