aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/checkComposerLockUpToDate.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use more of namespaced Maintenance classReedy2024-10-161-0/+1
* Test checkComposerLockUpToDate.phpDreamy Jazz2024-08-291-4/+11
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* checkComposerLockUpToDate: Don’t suggest --no-dev during testsLucas Werkmeister2024-07-311-1/+5
* composer: Remove localization from unlocalizable LockFileCheckerTimo Tijhof2024-05-301-19/+13
* checkComposerLockUpToDate.php: Fix MessageCache crash during update.phpTimo Tijhof2024-05-301-1/+8
* Use StatusValue::getMessages() instead of deprecated methodsBartosz Dziewoński2024-05-181-4/+2
* checkComposerLockUpToDate: Do not require LocalSettingsAlexander Vorwerk2024-05-031-0/+4
* TestSetup: avoid "premature access to service container"daniel2024-02-211-4/+9
* libs/composer: Namespace under Wikimedia\ComposerReedy2024-01-131-0/+2
* Refactor checkComposerLockUpToDate.php logic out to reuseable classRazeSoldier2024-01-131-50/+15
* Merge "checkComposerLockUpToDate: Make check that everything is up to date mo...jenkins-bot2023-04-251-1/+1
|\
| * checkComposerLockUpToDate: Make check that everything is up to date more obviousReedy2023-03-231-1/+1
* | phpunit: Use error() in CheckComposerLockUpToDate for pre-fatal detailsTimo Tijhof2023-03-281-2/+2
|/
* maintenance/checkComposerLockUpToDate.php: Make the execution more followableJames D. Forrester2023-03-231-18/+45
* 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