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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-10-22 06:19:32 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-22 06:20:54 +0400
commitb69e4c5fb041f3087328b5a97ebe00b25da22b8d (patch)
tree977e708ebc3ff21656170390039e1d3cf0d44809 /composer.json
parent1362e25c2b0cb1706674d3b25e1a0f94299d3680 (diff)
Fixes #6493 Composer install can now run on Windows
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 5608608666..392f934e03 100644
--- a/composer.json
+++ b/composer.json
@@ -74,16 +74,16 @@
],
"scripts": {
"pre-update-cmd": [
- "misc/composer/clean-xhprof.sh"
+ "Piwik\\Composer\\ScriptHandler::cleanXhprof"
],
"pre-install-cmd": [
- "misc/composer/clean-xhprof.sh"
+ "Piwik\\Composer\\ScriptHandler::cleanXhprof"
],
"post-update-cmd": [
- "misc/composer/build-xhprof.sh"
+ "Piwik\\Composer\\ScriptHandler::buildXhprof"
],
"post-install-cmd": [
- "misc/composer/build-xhprof.sh"
+ "Piwik\\Composer\\ScriptHandler::buildXhprof"
]
}
}