From d9c9cf21698f3a851be9177ce4c39c770ae78fd6 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 21 Jan 2019 14:22:31 -0800 Subject: [PATCH] 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 --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) 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", -- 2.20.1