Skip to content

Commit

Permalink
Update Installer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelamkoff authored Aug 14, 2023
1 parent 293ecd2 commit d9fe7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private function selectPsr7Implementation(): void

private function addPackage(string $name, string $version): void
{
$this->composerDefinitions['require'][$name] = $version;
$this->composerDefinitions['require'][$name] = "^$version";
$this->packageRequires[$name] = $this->createPackageLink($name, $version);
}

Expand Down

0 comments on commit d9fe7da

Please sign in to comment.