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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -436,12 +436,18 @@ 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
-
$this->io->writeError('');
440
439
}
441
440
441
+
$this->io->writeError('');
442
+
442
443
if (!$recipes) {
443
444
$this->lock->write();
444
445
446
+
if ($this->downloader->isEnabled()) {
447
+
$this->io->writeError('Run <comment>composer recipes</> at any time to see the status of your Symfony recipes.');
0 commit comments