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 23:22:15 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-21 18:49:19 +0400
commitda13fc45b7b2cdac449b18fda0bfdd9d00dcd48f (patch)
tree02f1feedfdd66f41e301a2f3941a6f60ebc9b14c /composer.json
parent2a3fa03749e74847a243df4a780f9062e0945d3c (diff)
Automate building of xhprof through composer install/update.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 061ed97b8f..f223fe4027 100644
--- a/composer.json
+++ b/composer.json
@@ -48,5 +48,13 @@
"type": "vcs",
"url": "https://github.com/phacility/xhprof"
}
- ]
+ ],
+ "scripts": {
+ "post-update-cmd": [
+ "misc/composer/build-xhprof.sh"
+ ],
+ "post-install-cmd": [
+ "misc/composer/build-xhprof.sh"
+ ]
+ }
}