From: Kunal Mehta Date: Mon, 21 Jan 2019 22:22:31 +0000 (-0800) Subject: build: Don't install symfony/polyfill-* that we require X-Git-Tag: 1.34.0-rc.0~2982^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=d9c9cf21698f3a851be9177ce4c39c770ae78fd6;p=lhc%2Fweb%2Fwiklou.git build: Don't install symfony/polyfill-* that we require We require ext-ctype and ext-mbstring, so there's no need to install their polyfills. These are just development dependencies, but the less, the better. Change-Id: I437e5e96092de1d372a031f5b69ddefcd19b31d7 --- diff --git a/composer.json b/composer.json index 5b7870b663..ecf5df3263 100644 --- a/composer.json +++ b/composer.json @@ -76,6 +76,10 @@ "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",