MediaWiki master
|
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 11 of file ComposerLock.php.
Wikimedia\Composer\ComposerLock::__construct | ( | $location | ) |
string | $location |
Definition at line 21 of file ComposerLock.php.
Wikimedia\Composer\ComposerLock::getInstalledDependencies | ( | ) |
Dependencies currently installed according to composer.lock.
Definition at line 30 of file ComposerLock.php.
References Wikimedia\Composer\ComposerJson\normalizeVersion().