ComposerJson: Ignore dependencies that start with "ext-"
authorKunal Mehta <legoktm@gmail.com>
Mon, 23 Feb 2015 18:34:53 +0000 (10:34 -0800)
committerKunal Mehta <legoktm@gmail.com>
Mon, 23 Feb 2015 18:34:53 +0000 (10:34 -0800)
commit8e25f1e167b8d11feefb36672ac46e40c40675e2
treee8ae2c5e311cdd388c3cc79b650bfcb3f41bf126
parent439e55d1ea6b2dea9e73eb377308f69457ae21c5
ComposerJson: Ignore dependencies that start with "ext-"

Any requirements of MediaWiki core to depend upon PHP extensions should
be handled in the installer rather than checkComposerLockUpToDate.php, which
doesn't work anyways since PHP extensions are not included in the lock file.

Change-Id: Ib7af7ccf2f10bc941222d1ce534c7c20690b4c6f
includes/libs/composer/ComposerJson.php