Skip to content

Commit d3edd2a

Browse files
authored
Update NewCommand.php
1 parent 33bea08 commit d3edd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected function configure()
4242
protected function execute(InputInterface $input, OutputInterface $output)
4343
{
4444
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.');
45+
throw new RuntimeException('The Laravel installer requires PHP 7.3.0 or greater. Please use "composer create-project laravel/laravel" instead.');
4646
}
4747

4848
if (! extension_loaded('zip')) {

0 commit comments

Comments
 (0)