Searched refs:installedByVendor (Results 1 – 2 of 2) sorted by relevance
42 private static $installedByVendor = array(); variable in Composer\\InstalledVersions309 self::$installedByVendor = array();326 if (isset(self::$installedByVendor[$vendorDir])) {327 $installed[] = self::$installedByVendor[$vendorDir];329 …$installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php';
44 private static $installedByVendor = array(); variable in Composer\\InstalledVersions311 self::$installedByVendor = array();328 if (isset(self::$installedByVendor[$vendorDir])) {329 $installed[] = self::$installedByVendor[$vendorDir];333 $installed[] = self::$installedByVendor[$vendorDir] = $required;