MediaWiki master
MediaWiki\Composer\LockFileChecker Class Reference

Used to check whether composer-installed dependencies (no-dev) are up-to-date. More...

Public Member Functions

 __construct (ComposerJson $composerJson, ComposerLock $composerLock)
 
 check ()
 

Detailed Description

Used to check whether composer-installed dependencies (no-dev) are up-to-date.

Access: internal
For use by CheckComposerLockUpToDate and Installer
Since
1.42

Definition at line 33 of file LockFileChecker.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\Composer\LockFileChecker::__construct ( ComposerJson $composerJson,
ComposerLock $composerLock )

Definition at line 37 of file LockFileChecker.php.

Member Function Documentation

◆ check()

MediaWiki\Composer\LockFileChecker::check ( )
Returns
string[]|null Array of error messages, or null when Composer-installed dependencies are up-to-date.

Definition at line 45 of file LockFileChecker.php.


The documentation for this class was generated from the following file: