InstalledVersions::$installed
Same name in this branch
- 11.1.x vendor/composer/InstalledVersions.php \Composer\InstalledVersions::installed
@psalm-var 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[]}>}|array{}|null
Type: mixed[]|null
File
-
vendor/
composer/ composer/ src/ Composer/ InstalledVersions.php, line 33
Class
- InstalledVersions
- This class is copied in every Composer installed project and available to all
Namespace
ComposerCode
private static $installed;