Declare dependency on symfony/polyfill-php73
commitff47e80ff01d5b57e949e5f1ca35cc9a80785ed9
authorLucas Werkmeister <lucas.werkmeister@wikimedia.de>
Fri, 17 Jun 2022 10:10:20 +0000 (17 12:10 +0200)
committerLucas Werkmeister <lucas.werkmeister@wikimedia.de>
Fri, 17 Jun 2022 10:10:20 +0000 (17 12:10 +0200)
tree6f8056fb74389485b65c165525cf2b9b49b428a9
parentbd87be3650974b955f085eb131adb76e0aae3850
Declare dependency on symfony/polyfill-php73

We use a function that’s introduced in PHP 7.3 and polyfilled in this
package (array_key_first(), in rdbms), but previously didn’t declare a
dependency on the package. (We declared a dependency on polyfill-php80,
but that doesn’t transitively pull in polyfill-php73.) Let’s add it.

(The package is already part of mediawiki/vendor, using the same
version.)

Change-Id: Ia76d4945087ba51354e21136f36f2614cf7d9bf8
composer.json