We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293ecd2 commit d9fe7daCopy full SHA for d9fe7da
src/Installer.php
@@ -82,7 +82,7 @@ private function selectPsr7Implementation(): void
82
83
private function addPackage(string $name, string $version): void
84
{
85
- $this->composerDefinitions['require'][$name] = $version;
+ $this->composerDefinitions['require'][$name] = "^$version";
86
$this->packageRequires[$name] = $this->createPackageLink($name, $version);
87
}
88
0 commit comments