Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4347967b196b4ffb0d54cc63e394d5ba1f829d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "name": "piwik/piwik",
    "type": "application",
    "description": "the leading free/libre 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.2",
        "twig/twig": "1.*",
        "leafo/lessphp": "~0.3",
        "symfony/console": ">=v2.3.5",
        "tedivm/jshrink": "v0.5.1",
        "mustangostang/spyc": "0.5.*",
        "piwik/device-detector": "2.*"
    },
    "require-dev": {
        "phpunit/phpunit": "4.*"
    }
}