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
@@ -473,12 +473,18 @@ public function install(Event $event = null)
473
473
$this->io->writeError('');
474
474
$this->io->writeError('What about running <comment>composer global require symfony/thanks && composer thanks</> now?');
475
475
$this->io->writeError(sprintf('This will spread some %s by sending a %s to the GitHub repositories of your fellow package maintainers.', $love, $star));
476
-
$this->io->writeError('');
477
476
}
478
477
478
+
$this->io->writeError('');
479
+
479
480
if (!$recipes) {
480
481
$this->lock->write();
481
482
483
+
if ($this->downloader->isEnabled()) {
484
+
$this->io->writeError('Run <comment>composer recipes</> at any time to see the status of your Symfony recipes.');
0 commit comments