|
MediaWiki
master
|
Reads a composer.lock file and provides accessors to get its hash and what is installed. More...
Public Member Functions | |
| __construct ($location) | |
| getHash () | |
| getInstalledDependencies () | |
| Dependencies currently installed according to composer.lock. More... | |
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 | ) |
| ComposerLock::getHash | ( | ) |
Definition at line 18 of file ComposerLock.php.
References contents.
| ComposerLock::getInstalledDependencies | ( | ) |
Dependencies currently installed according to composer.lock.
Definition at line 27 of file ComposerLock.php.
References as, contents, and ComposerJson\normalizeVersion().