Home
last modified time | relevance | path

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

/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;
/template/twigstarter/vendor/composer/
DInstalledVersions.php55 private static $installedByVendor = array(); variable in Composer\\InstalledVersions
322 self::$installedByVendor = array();
360 if (isset(self::$installedByVendor[$vendorDir])) {
361 $installed[] = self::$installedByVendor[$vendorDir];
365 self::$installedByVendor[$vendorDir] = $required;