Home
last modified time | relevance | path

Searched refs:installedByVendor (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/composer/
DInstalledVersions.php42 private static $installedByVendor = array(); variable in Composer\\InstalledVersions
309 self::$installedByVendor = array();
326 if (isset(self::$installedByVendor[$vendorDir])) {
327 $installed[] = self::$installedByVendor[$vendorDir];
329 …$installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php';
/template/strap/vendor/composer/
H A DInstalledVersions.php44 private static $installedByVendor = array(); variable in Composer\\InstalledVersions
311 self::$installedByVendor = array();
328 if (isset(self::$installedByVendor[$vendorDir])) {
329 $installed[] = self::$installedByVendor[$vendorDir];
333 $installed[] = self::$installedByVendor[$vendorDir] = $required;