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 <thomas.steur@googlemail.com>2014-09-07 15:53:57 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-07 15:53:57 +0400
commit5fcebed377fb54a2471f091bb128ebc6cee9388d (patch)
treed71d47fcfb019377efacfae6e5fde23588e8bfd8 /plugins/ExamplePlugin/plugin.json
parent4e01c7904ef44fc7ff027676c9c4085c8cb86a06 (diff)
refs #6149 always require latest Piwik version when generating a plugin. Still todo: update plugin.json when generating a component. Also improved the controller example/template
Diffstat (limited to 'plugins/ExamplePlugin/plugin.json')
-rw-r--r--plugins/ExamplePlugin/plugin.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ExamplePlugin/plugin.json b/plugins/ExamplePlugin/plugin.json
index b6328199ce..d3b8257e4d 100644
--- a/plugins/ExamplePlugin/plugin.json
+++ b/plugins/ExamplePlugin/plugin.json
@@ -3,6 +3,9 @@
"version": "0.1.0",
"description": "ExampleDescription",
"theme": false,
+ "require": {
+ "piwik": ">=PIWIK_VERSION"
+ },
"authors": [
{
"name": "Piwik",