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:
authorLukas Winkler <git@lw1.at>2020-11-03 00:02:38 +0300
committerGitHub <noreply@github.com>2020-11-03 00:02:38 +0300
commit2f2c4870ac343f65cc449cb51ab7810c344d4951 (patch)
tree05b2569fdf2c3df1107452f3f8948cf48ba1699e /composer.json
parentf8cdf6ad9738a05a450b4f7cfc863a532b88b9be (diff)
don't install unneeded polyfills with composer (#16653)
Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 55a82edc94..73228fb04c 100644
--- a/composer.json
+++ b/composer.json
@@ -59,6 +59,14 @@
"symfony/var-dumper": "~2.6.0",
"symfony/yaml": "~2.6.0"
},
+ "replace": {
+ "symfony/polyfill-php54": "*",
+ "symfony/polyfill-php55": "*",
+ "symfony/polyfill-php56": "*",
+ "symfony/polyfill-php70": "*",
+ "symfony/polyfill-php71": "*",
+ "symfony/polyfill-php72": "*"
+ },
"repositories": [
{
"type": "git",