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:
authorThomas Steur <tsteur@users.noreply.github.com>2016-08-23 04:18:06 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-08-23 04:18:06 +0300
commit26e10c299cfa78d1ed3f8c5dc4522b87b25e25b3 (patch)
treea3867eadb603fd79ed013009e8c5fe24bca28d7e /plugins/ExamplePlugin
parentaaed436a073bcb2f86019bbef222e5a1a994e635 (diff)
Fix no required Piwik version was defined (#10413)
* Fix no required Piwik version was defined * plugins should specify an upper version constraint to the next major version
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/plugin.json b/plugins/ExamplePlugin/plugin.json
index 4c96cf36c0..fa71469815 100644
--- a/plugins/ExamplePlugin/plugin.json
+++ b/plugins/ExamplePlugin/plugin.json
@@ -4,7 +4,7 @@
"description": "Piwik Platform showcase: how to create widgets, menus, scheduled tasks, a custom archiver, plugin tests, and a AngularJS component.",
"theme": false,
"require": {
- "piwik": ">=PIWIK_VERSION"
+ "piwik": ">=PIWIK_VERSION,<3.0.0-b1"
},
"authors": [
{