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:
authorJustin Velluppillai <justin@innocraft.com>2021-11-03 13:10:57 +0300
committerGitHub <noreply@github.com>2021-11-03 13:10:57 +0300
commit471a553fd5966d64a7f06e200217aa05df86de7b (patch)
tree7cd7dd41a68ce2d5783d22f4bb036cc476eff1be /composer.json
parent617b390b380da239ab53f8010a85112ed8876369 (diff)
Upgrade szymach/c-pchart from v2.0 to 3.0 to support PHP8.1 (#18260)
* Use szymach/c-pchart v3.0 * Fix some moved imports * Change path to fonts so they're excluded from final package * Don't remove default font * More path fixes * removes unneeded use statement Co-authored-by: Stefan Giehl <stefan@matomo.org>
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 05b846c715..b1d89ddfe2 100644
--- a/composer.json
+++ b/composer.json
@@ -55,7 +55,7 @@
"symfony/monolog-bridge": "~2.6.0",
"symfony/polyfill-iconv": "^1.20",
"symfony/polyfill-mbstring": "^1.20",
- "szymach/c-pchart": "^2.0",
+ "szymach/c-pchart": "^3.0",
"tecnickcom/tcpdf": "~6.0",
"tedivm/jshrink": "~v1.4.0",
"twig/twig": "^3.0",