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>2019-12-27 02:43:33 +0300
committerGitHub <noreply@github.com>2019-12-27 02:43:33 +0300
commit32976b7b1a0fe814efc31d51d46fe6f5163dffb6 (patch)
treefe22d0eb14febf6911e5cb2471aaa160177cfa5c /composer.json
parentdedaf6b3e9a184937539e181c64b80c1db04a0c7 (diff)
Fix more PHP 7.4 issues (#15315)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 80fdc7a4c9..bfbebb7ada 100644
--- a/composer.json
+++ b/composer.json
@@ -34,7 +34,7 @@
"piwik/decompress": "~1.0",
"piwik/network": "~0",
"piwik/cache": "~1.0.0",
- "piwik/ini": "^1.0.6",
+ "piwik/ini": "^1.0.8",
"php-di/php-di": "^5.0.0",
"psr/log": "~1.0",
"monolog/monolog": "~1.11",