InstalledVersions::getRootPackage()


Return Return

(array)


Top ↑

Source Source

File: libraries/lifterlms-cli/vendor/composer/InstalledVersions.php

     * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
     */
    public static function getRootPackage()
    {
        $installed = self::getInstalled();


Top ↑

User Contributed Notes User Contributed Notes

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