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 ()
 This method will return a Status instance, you can use Status::isGood() to simply determine that the composer-installed dependencies are up-to-date.
 

Detailed Description

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

Since
1.42

Definition at line 32 of file LockFileChecker.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 43 of file LockFileChecker.php.

Member Function Documentation

◆ check()

MediaWiki\Composer\LockFileChecker::check ( )

This method will return a Status instance, you can use Status::isGood() to simply determine that the composer-installed dependencies are up-to-date.

Returns
Status

Definition at line 54 of file LockFileChecker.php.


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