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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-08-20 07:16:54 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-21 18:49:18 +0400
commit7d402e656a1b2ed43e8aefaf3238fd90632e6d9d (patch)
treeea5edc1b65bd8aae4a387790b79da590115cc1d5 /composer.json
parent1b874a92b093ff5ab7e0929753c1641af11640f2 (diff)
Add xhprof to composer.json file & remove README.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index f68897fe60..061ed97b8f 100644
--- a/composer.json
+++ b/composer.json
@@ -40,6 +40,13 @@
"piwik/device-detector": "2.*"
},
"require-dev": {
- "phpunit/phpunit": "~4.1"
- }
+ "phpunit/phpunit": "~4.1",
+ "facebook/xhprof": "dev-master"
+ },
+ "repositories": [
+ {
+ "type": "vcs",
+ "url": "https://github.com/phacility/xhprof"
+ }
+ ]
}