Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Versions.php

function Versions::__construct

File

vendor/composer/composer/src/Composer/SelfUpdate/Versions.php, line 42

Class

Versions
@author Jordi Boggiano <j.boggiano@seld.be>

Namespace

Composer\SelfUpdate

Code

public function __construct(Config $config, HttpDownloader $httpDownloader) {
    $this->httpDownloader = $httpDownloader;
    $this->config = $config;
}
RSS feed
Powered by Drupal