15 $this->
contents = json_decode( file_get_contents( $location ),
true );
25 foreach ( $this->
contents[
'packages'] 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'] :
'',
static normalizeVersion( $version)
Strip a leading "v" from the version name.
Reads a composer.lock file and provides accessors to get its hash and what is installed.
getInstalledDependencies()
Dependencies currently installed according to composer.lock.
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