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:
authorStefan Giehl <stefan@matomo.org>2020-11-16 22:31:10 +0300
committerGitHub <noreply@github.com>2020-11-16 22:31:10 +0300
commit6932c331858c8f379fd00554b67ce6999c99eaad (patch)
treed0679de271dcaebe08dd1ea1c8310eb6eb9f25aa /composer.json
parentb4edd8f41121edfc762bf1a1b67c376842b0530d (diff)
require laster master commit of tedivm/JShrink to fix PHP8 issue (#16721)4.0.0-rc4
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 73228fb04c..551ad2e3c0 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,7 @@
"wiki": "https://github.com/matomo-org/matomo/wiki",
"source": "https://github.com/matomo-org/matomo"
},
- "config":{
+ "config": {
"platform": {
"php": "7.2.5"
},
@@ -50,7 +50,7 @@
"symfony/monolog-bridge": "~2.6.0",
"szymach/c-pchart": "^2.0",
"tecnickcom/tcpdf": "~6.0",
- "tedivm/jshrink": "^1.3.1",
+ "tedivm/jshrink": "dev-master#aed09eace9d498e18d48a5b62a7e5a97dfc0e55d",
"twig/twig": "^3.0"
},
"require-dev": {