InstalledVersions::getAllRawData()
Returns the raw data of all installed.php which are currently loaded for custom implementations
Return Return
(array[])
Source Source
File: vendor/composer/InstalledVersions.php
public static function getAllRawData() { return self::getInstalled(); }
Expand full source code Collapse full source code View on Github