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

composer.json « xhprof-0.9.2 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2efe96289d61cd190adfa3f7df6e5c5e063de178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "facebook/xhprof",
    "type": "library",
    "description": "XHProf: A Hierarchical Profiler for PHP",
    "keywords": ["profiling", "performance"],
    "homepage": "http://pecl.php.net/package/xhprof",
    "license": "Apache-2.0",
    "require": {
        "php": ">=5.2.0"
    },
    "autoload": {
        "files": [
            "xhprof_lib/utils/xhprof_lib.php",
            "xhprof_lib/utils/xhprof_runs.php"
        ]
    }
}