Use proper SemVer comparison in CheckComposerLockUpToDate
authorC. Scott Ananian <cscott@cscott.net>
Thu, 13 Feb 2020 21:48:59 +0000 (16:48 -0500)
committerJforrester <jforrester@wikimedia.org>
Thu, 13 Feb 2020 22:17:37 +0000 (22:17 +0000)
commita235328db0cce3133bbdf91e2330df05d535e9e6
treeed069251370449bbd9a6fc8f5cc171d55f4972c0
parente6e8f1e2c3f20f47804f1de614f45ea391ceaf5a
Use proper SemVer comparison in CheckComposerLockUpToDate

We were using exact string matching previously.  We already have
a SemVer dependency in ExtensionRegistry.php, so we might as well
do things right.

Change-Id: I8895843a5b1116fca42e0c7179a2907fe84a74d1
(cherry picked from commit 3b0b9aa8ad35b9a567619186ac2174240db58726)
maintenance/checkComposerLockUpToDate.php