InstalledVersions::getRootPackage()


Return Return

(array)


Top ↑

Source Source

File: vendor/composer/InstalledVersions.php

    public static function getRootPackage()
    {
        $installed = self::getInstalled();

        return $installed[0]['root'];
    }