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 '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"
+ ]
+ }
}