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:
authorThomas Steur <tsteur@users.noreply.github.com>2021-10-20 10:00:22 +0300
committerGitHub <noreply@github.com>2021-10-20 10:00:22 +0300
commit073fbfc8efa1fd579acfd08026e820fb527e3582 (patch)
tree36b422b3b2ea79c70c8a48cec7b05f074f3a6f96 /composer.json
parent846806bccdf2f869df9167af14a92e0bb7e8ab90 (diff)
Include lox/xhprof in the Matomo build release (#18143)
* Include lox/xhprof in the Matomo build release * fix xhprof wrong path * remove no longer needed scripts
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json18
1 files changed, 2 insertions, 16 deletions
diff --git a/composer.json b/composer.json
index dbaca699cd..8236a9509f 100644
--- a/composer.json
+++ b/composer.json
@@ -59,10 +59,10 @@
"tecnickcom/tcpdf": "~6.0",
"tedivm/jshrink": "~v1.4.0",
"twig/twig": "^3.0",
- "wikimedia/less.php": "^3.0"
+ "wikimedia/less.php": "^3.0",
+ "lox/xhprof": "dev-master"
},
"require-dev": {
- "lox/xhprof": "dev-master",
"mayflower/mo4-coding-standard": "~6.0",
"phpunit/phpunit": "~8.5",
"squizlabs/php_codesniffer": "^3.5",
@@ -77,20 +77,6 @@
"symfony/polyfill-php71": "*",
"symfony/polyfill-php72": "*"
},
- "scripts": {
- "pre-update-cmd": [
- "Piwik\\Composer\\ScriptHandler::cleanXhprof"
- ],
- "pre-install-cmd": [
- "Piwik\\Composer\\ScriptHandler::cleanXhprof"
- ],
- "post-update-cmd": [
- "Piwik\\Composer\\ScriptHandler::buildXhprof"
- ],
- "post-install-cmd": [
- "Piwik\\Composer\\ScriptHandler::buildXhprof"
- ]
- },
"autoload": {
"psr-4": {
"Piwik\\Plugins\\": "plugins/",