Merge "build: Don't install symfony/polyfill-* that we require"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 31 Jan 2019 01:32:51 +0000 (01:32 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 31 Jan 2019 01:32:51 +0000 (01:32 +0000)
composer.json

index 2aceca8..845101d 100644 (file)
                "wikimedia/testing-access-wrapper": "~1.0",
                "wmde/hamcrest-html-matchers": "^0.1.0"
        },
+       "replace": {
+               "symfony/polyfill-ctype": "1.99",
+               "symfony/polyfill-mbstring": "1.99"
+       },
        "suggest": {
                "ext-apcu": "Local data cache for greatly improved performance",
                "ext-curl": "Improved http communication abilities",