You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Flex.php
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -436,6 +436,11 @@ public function install(Event $event = null)
436
436
$this->io->writeError('');
437
437
$this->io->writeError('What about running <comment>composer global require symfony/thanks && composer thanks</> now?');
438
438
$this->io->writeError(sprintf('This will spread some %s by sending a %s to the GitHub repositories of your fellow package maintainers.', $love, $star));
439
+
}
440
+
441
+
$this->io->writeError('');
442
+
if ($this->downloader->isEnabled()) {
443
+
$this->io->writeError('Run <comment>composer recipes</> at any time to see the status of your Symfony recipes.');
0 commit comments