We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bea08 commit d3edd2aCopy full SHA for d3edd2a
src/NewCommand.php
@@ -42,7 +42,7 @@ protected function configure()
42
protected function execute(InputInterface $input, OutputInterface $output)
43
{
44
if (version_compare(PHP_VERSION, '7.3.0', '<')) {
45
- throw new RuntimeException('Installer not available for PHP 7.2. Please use "composer create-project laravel/laravel" instead.');
+ throw new RuntimeException('The Laravel installer requires PHP 7.3.0 or greater. Please use "composer create-project laravel/laravel" instead.');
46
}
47
48
if (! extension_loaded('zip')) {
0 commit comments