Skip to content

Commit 5a49c66

Browse files
committed
Fixes installer
1 parent 80406ee commit 5a49c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/system/traits/SetupHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function composerRequireString($want = null)
5757
{
5858
$version = $want ?: UpdateManager::WANT_VERSION;
5959

60-
return '"october/all:'.$version.'"';
60+
return "october/all:{$version}";
6161
}
6262

6363
/**

0 commit comments

Comments
 (0)