MediaWiki REL1_34
|
Reads a composer.lock file and provides accessors to get its hash and what is installed. More...
Public Member Functions | |
__construct ( $location) | |
getInstalledDependencies () | |
Dependencies currently installed according to composer.lock. | |
Private Attributes | |
array[] | $contents |
Reads a composer.lock file and provides accessors to get its hash and what is installed.
Definition at line 9 of file ComposerLock.php.
ComposerLock::__construct | ( | $location | ) |
string | $location |
Definition at line 18 of file ComposerLock.php.
ComposerLock::getInstalledDependencies | ( | ) |
Dependencies currently installed according to composer.lock.
Definition at line 27 of file ComposerLock.php.
References ComposerJson\normalizeVersion().
|
private |
Definition at line 13 of file ComposerLock.php.