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.
1 parent 8b9fff5 commit fa4289fCopy full SHA for fa4289f
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())
0 commit comments