Changed paths to package dependency file
authorPerside Rosalie <rosalieperside@gmail.com>
Sun, 25 Oct 2015 23:55:47 +0000 (00:55 +0100)
committerBryanDavis <bdavis@wikimedia.org>
Mon, 26 Oct 2015 15:58:03 +0000 (15:58 +0000)
commit6ba942258aa3ccfa3a21ecc318e733a0b7910c61
tree7ce04f2529fb653f536a24304d48d104801258f8
parent3e62befbd28fbaf7f76944cf80611ad6be539ed2
Changed paths to package dependency file

Paths to ./composer.lock is changed to ./vendor/composer/installed.json
and dependency information now is read from the installed.json file.
A new ComposerInstalled class has been declared and uses the class now
to access the getInstalledDependencies() method to read data

Bug: T106247
Change-Id: Ic216577bb19b4fc5832ba003fcbbe9195d707b41
autoload.php
includes/api/ApiQuerySiteinfo.php
includes/libs/composer/ComposerInstalled.php [new file with mode: 0644]
includes/specials/SpecialVersion.php