InstalledVersions::getAllRawData()

Returns the raw data of all installed.php which are currently loaded for custom implementations


Return Return

(array[])


Top ↑

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()
    {

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.