Skip to content

Commit d961f05

Browse files
author
Ivan Gavryshko
committed
MAGETWO-38917: Process composer generated messages
- fixed wrong method call
1 parent 606717e commit d961f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MagentoComposerApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function runUpdateDryRun($packages, $workingDir = null)
136136
{
137137
try {
138138
// run require
139-
$this->composerApp->runComposerCommand(
139+
$this->runComposerCommand(
140140
['command' => 'require', 'packages' => $packages, '--no-update' => true],
141141
$workingDir
142142
);

0 commit comments

Comments
 (0)