We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39ac3e commit 761e7e7Copy full SHA for 761e7e7
1 file changed
src/ComposerPlugin.php
@@ -72,7 +72,7 @@ public function runPostInstallScript(Event $event) : void
72
73
// if it's still not available end the plugin execution
74
if (!$this->isCaptainHookInstalled()) {
75
- $this->io->write(' <info>CaptainHook not properly installed try to run composer update</info>');
+ $event->getIO()->write(' <info>CaptainHook not properly installed try to run composer update</info>');
76
return;
77
}
78
// otherwise run the installer
0 commit comments