aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/checkComposerLockUpToDate.php
Commit message (Expand)AuthorAgeFilesLines
* Fix casing of class and function name usagesReedy2022-12-041-1/+1
* Use proper SemVer comparison in CheckComposerLockUpToDateC. Scott Ananian2020-02-131-1/+3
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-6/+4
* Suggest running composer (install|update) with --no-devReedy2017-11-111-2/+2
* Remove empty lines at end of functionsumherirrender2016-11-051-1/+0
* checkComposerLockUpToDate: Always check dependenciesKunal Mehta2016-10-161-7/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+2
* Make lines short to pass phpcs in files under maintenance/Amir E. Aharoni2015-09-271-5/+16
* Ensure that files end with a newlineVivek Ghaisas2015-06-161-1/+1
* Don't display composer installed extensions/skins on Special:VersionKunal Mehta2015-01-051-2/+2
* Add checkComposerLockUpToDate.php scriptKunal Mehta2014-12-291-0/+63