InstalledVersions::getAllRawData()
Returns the raw data of all installed.php which are currently loaded for custom implementations
Contents
Return Return
(array[])
Source Source
File: libraries/lifterlms-cli/vendor/composer/InstalledVersions.php
* @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
*/
public static function getAllRawData()
{
Expand full source code Collapse full source code View on GitHub