Searched refs:getComposerEnv (Results 1 – 1 of 1) sorted by relevance
217 $val = $this->getComposerEnv($env);266 $value = $this->getComposerEnv('COMPOSER_BIN_COMPAT') ?: $this->config[$key];277 if ($env = $this->getComposerEnv('COMPOSER_DISCARD_CHANGES')) {402 private function getComposerEnv($var) function in Composer\\Config