Skip to content

Commit d5b370a

Browse files
committed
Fix module uninstall shell command and composer removal w/out regression
1 parent 19bec6f commit d5b370a

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)