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 'tests/lib/xhprof-0.9.2/composer.json')
-rw-r--r--tests/lib/xhprof-0.9.2/composer.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/lib/xhprof-0.9.2/composer.json b/tests/lib/xhprof-0.9.2/composer.json
new file mode 100644
index 0000000000..2efe96289d
--- /dev/null
+++ b/tests/lib/xhprof-0.9.2/composer.json
@@ -0,0 +1,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"
+ ]
+ }
+}