MediaWiki REL1_37
|
Reads an installed.json file and provides accessors to get what is installed. More...
Public Member Functions | |
__construct ( $location) | |
getInstalledDependencies () | |
Dependencies currently installed according to installed.json. | |
Private Attributes | |
array[] | $contents |
Reads an installed.json file and provides accessors to get what is installed.
Definition at line 9 of file ComposerInstalled.php.
ComposerInstalled::__construct | ( | $location | ) |
string | $location |
Definition at line 18 of file ComposerInstalled.php.
ComposerInstalled::getInstalledDependencies | ( | ) |
Dependencies currently installed according to installed.json.
Definition at line 27 of file ComposerInstalled.php.
References $contents, and ComposerJson\normalizeVersion().
|
private |
Definition at line 13 of file ComposerInstalled.php.
Referenced by getInstalledDependencies().