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--composer.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000000..87a3b22959
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,24 @@
+{
+ "name": "piwik/piwik",
+ "type": "application",
+ "description": "Open Source Real Time Web Analytics Platform",
+ "keywords": ["piwik","web","analytics"],
+ "homepage": "http://piwik.org",
+ "license": "GPL-3.0+",
+ "authors": [
+ {
+ "name": "The Piwik Team",
+ "email": "hello@piwik.org",
+ "homepage": "http://piwik.org/the-piwik-team/"
+ }
+ ],
+ "support": {
+ "forum": "http://forum.piwik.org/",
+ "issues": "http://dev.piwik.org/trac/roadmap",
+ "wiki": "http://dev.piwik.org/",
+ "source": "https://github.com/piwik/piwik"
+ },
+ "require": {
+ "php": ">=5.3.0"
+ }
+} \ No newline at end of file