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:
Diffstat (limited to 'plugins/ExampleTheme/plugin.json')
-rw-r--r--plugins/ExampleTheme/plugin.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/plugins/ExampleTheme/plugin.json b/plugins/ExampleTheme/plugin.json
index 7f486d6ddf..92b17918ec 100644
--- a/plugins/ExampleTheme/plugin.json
+++ b/plugins/ExampleTheme/plugin.json
@@ -3,10 +3,23 @@
"description": "Piwik Platform showcase: example of how to create a simple Theme.",
"version": "0.1.0",
"theme": true,
+ "require": {
+ "piwik": ">=PIWIK_VERSION,<3.0.0-b1"
+ },
"stylesheet": "stylesheets/theme.less",
"homepage": "",
"license": "GPL v3+",
"keywords": [],
+ "support": {
+ "email": "",
+ "issues": "",
+ "forum": "",
+ "irc": "",
+ "source": "",
+ "docs": "",
+ "wiki": "",
+ "rss": ""
+ },
"authors": [
{
"name": "",
@@ -14,4 +27,4 @@
"homepage": ""
}
]
-} \ No newline at end of file
+}