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:
authortsteur <thomas.steur@googlemail.com>2012-08-12 18:05:12 +0400
committertsteur <thomas.steur@googlemail.com>2012-08-12 18:05:12 +0400
commitb4df6a301bbfb17c540a0abf1921b30d8a108f87 (patch)
treeec7fd58d683587c89fb703d88503b667b0e44aad /composer.json
parent464d875d6e6f7b4257195115c901fca3e72d7232 (diff)
refs #3314 added composer.json
git-svn-id: http://dev.piwik.org/svn/trunk@6722 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'composer.json')
-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