Skip to content

Commit 8b9fff5

Browse files
Thundarmage2pratik
authored andcommitted
Fix module uninstall shell command and composer removal w/out regression
1 parent 8fd89cf commit 8b9fff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Composer/Remove.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function remove(array $packages)
4646
[
4747
'command' => 'remove',
4848
'packages' => $packages,
49-
'--no-update' => true,
49+
'--no-update-with-dependencies' => true,
5050
]
5151
);
5252
}

0 commit comments

Comments
 (0)