From ca91e854edef46f50b8ab8cbb457276685388127 Mon Sep 17 00:00:00 2001 From: Daimona Eaytoy Date: Mon, 2 Jul 2018 13:51:31 +0200 Subject: [PATCH] Bump equivset to 1.3 to avoid PHP fatal error While trying to fix the fatal error reported in the task, I first tried to bump equivset to a more recent version, and it seems to have fixed it. I'm not sure whether this could lead to regressions, further investigation coming. Bug: T189560 Change-Id: I92bf98157a2b656a892e1d05deb4868c42e27fcd --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d0dfb521d..04ffc8547 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=5.4", - "wikimedia/equivset": "^1.0" + "wikimedia/equivset": "^1.3" }, "require-dev": { "jakub-onderka/php-parallel-lint": "1.0.0",