Skip to content

Commit

Permalink
Disable env variables placeholder for next composer 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed May 17, 2023
1 parent 0b22f27 commit b2e934d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Composer/Repository/VcsRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ public function __construct(array $repoConfig, IOInterface $io, Config $config,
{
parent::__construct($repoConfig, $io, $config, $httpDownloader, $dispatcher, $process, [], $versionCache);
$this->driverFactory = $driverFactory;

// Disable https://github.com/composer/composer/pull/11453
$this->url = $repoConfig['url'];
}

public function setDriver(VcsDriverInterface $driver): void
Expand Down

0 comments on commit b2e934d

Please sign in to comment.