Skip to content

Commit 87889cf

Browse files
author
Ivan Gavryshko
committed
MAGETWO-38917: Process composer generated messages
- renamed method CR
1 parent d961f05 commit 87889cf

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
@@ -132,7 +132,7 @@ public function runComposerCommand(array $commandParams, $workingDir = null)
132132
* @return string
133133
* @throws \RuntimeException
134134
*/
135-
public function runUpdateDryRun($packages, $workingDir = null)
135+
public function runRequireUpdateDryRun($packages, $workingDir = null)
136136
{
137137
try {
138138
// run require

0 commit comments

Comments
 (0)