Skip to content

Commit

Permalink
Merge branch 'develop' into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Feb 1, 2022
2 parents c36e446 + b31eed7 commit a66ea30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/traits/SetupHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected function composerRequireString($want = null)
{
$version = $want ?: UpdateManager::WANT_VERSION;

return '"october/all:'.$version.'"';
return "october/all:{$version}";
}

/**
Expand Down

0 comments on commit a66ea30

Please sign in to comment.