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

Breadcrumb

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

function VersionGuesser::__construct

File

vendor/composer/composer/src/Composer/Package/Version/VersionGuesser.php, line 59

Class

VersionGuesser
Try to guess the current version number based on different VCS configuration.

Namespace

Composer\Package\Version

Code

public function __construct(Config $config, ProcessExecutor $process, SemverVersionParser $versionParser, ?IOInterface $io = null) {
    $this->config = $config;
    $this->process = $process;
    $this->versionParser = $versionParser;
    $this->io = $io;
}
RSS feed
Powered by Drupal