MediaWiki REL1_39
|
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. | |
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 19 of file ComposerLock.php.
ComposerLock::getInstalledDependencies | ( | ) |
Dependencies currently installed according to composer.lock.
Definition at line 28 of file ComposerLock.php.
References ComposerJson\normalizeVersion().