@@ -122,7 +122,7 @@ discard block |
||
| 122 | 122 | $verbosity => true |
| 123 | 123 | ] |
| 124 | 124 | ); |
| 125 | - $output = new Output; |
|
| 125 | + $output = new Output; |
|
| 126 | 126 | $Application->setAutoExit(false); |
| 127 | 127 | $status_code = $Application->run($input, $output); |
| 128 | 128 | $description = $output->get_buffer(); |
@@ -193,7 +193,7 @@ discard block |
||
| 193 | 193 | 'repositories' => [], |
| 194 | 194 | 'require' => [] |
| 195 | 195 | ]; |
| 196 | - $Config = Config::instance(); |
|
| 196 | + $Config = Config::instance(); |
|
| 197 | 197 | foreach (array_keys($Config->components['modules']) as $module) { |
| 198 | 198 | if ( |
| 199 | 199 | $module == $component_name && |
@@ -250,7 +250,7 @@ discard block |
||
| 250 | 250 | unset($package[$key]); |
| 251 | 251 | } |
| 252 | 252 | } |
| 253 | - $composer['repositories'][] = [ |
|
| 253 | + $composer['repositories'][] = [ |
|
| 254 | 254 | 'type' => 'package', |
| 255 | 255 | 'package' => $package |
| 256 | 256 | ]; |