InstalledVersions::getAllRawData()

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


Return Return

(array[])


Top ↑

Source Source

File: vendor/composer/InstalledVersions.php

    public static function getAllRawData()
    {
        return self::getInstalled();
    }