15 $this->
contents = json_decode( file_get_contents( $location ),
true );
25 foreach ( $this->
contents as $installed ) {
26 $deps[$installed[
'name']] = [
28 'type' => $installed[
'type'],
29 'licenses' => isset( $installed[
'license'] ) ? $installed[
'license'] : [],
30 'authors' => isset( $installed[
'authors'] ) ? $installed[
'authors'] : [],
31 'description' => isset( $installed[
'description'] ) ? $installed[
'description'] :
'',
Reads an installed.json file and provides accessors to get what is installed.
getInstalledDependencies()
Dependencies currently installed according to installed.json.
static normalizeVersion( $version)
Strip a leading "v" from the version name.
Some information about database access in MediaWiki By Tim January Database layout For information about the MediaWiki database such as a description of the tables and their contents