Skip to content

Commit

Permalink
Require october/all package
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Aug 3, 2021
1 parent 4b54fcd commit a9ead0a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions modules/system/traits/SetupHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,10 @@ protected function composerInstalled()
protected function composerRequireString($want = null)
{
if ($want !== null) {
$want = ':' . $want;
return 'october/all:' . $want;
}

return implode(' ', [
'october/system'.$want,
'october/backend'.$want,
'october/cms'.$want,
'october/media'.$want,
'october/editor'.$want
]);
return 'october/all';
}

/**
Expand Down

0 comments on commit a9ead0a

Please sign in to comment.