We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1a27f4 + 740ec50 commit 795db4fCopy full SHA for 795db4f
dev/tests/integration/testsuite/Magento/Framework/Composer/RemoveTest.php
@@ -24,7 +24,7 @@ public function testRemove()
24
[
25
'command' => 'remove',
26
'packages' => ['magento/package-a', 'magento/package-b'],
27
- '--no-update' => true,
+ '--no-update-with-dependencies' => true,
28
]
29
);
30
$composerAppFactory->expects($this->once())
lib/internal/Magento/Framework/Composer/Remove.php
@@ -46,7 +46,7 @@ public function remove(array $packages)
46
47
48
'packages' => $packages,
49
50
51
52
}
0 commit comments