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
This commit is contained in:
Daimona Eaytoy 2018-07-02 13:51:31 +02:00
parent 8d9a564aee
commit ca91e854ed

View file

@ -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",