Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
Display a warning message when installing the Demo application
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Mar 29, 2018
1 parent e5d7d6c commit 9de3bbe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Symfony/Installer/DemoCommand.php
Expand Up @@ -157,6 +157,13 @@ private function displayInstallationResult()
$this->projectDir, $serverRunCommand
));

$this->output->writeln(
"<bg=yellow> WARNING </>\n\n".
" This installer downloads the old Symfony Demo version based on Symfony 3.\n".
" If you prefer to install the new version based on Symfony 4 and Symfony Flex,\n".
" execute the following command:\n\n".
" composer create-project symfony/symfony-demo\n");

return $this;
}

Expand Down

0 comments on commit 9de3bbe

Please sign in to comment.