We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45cf06 commit 3dddb92Copy full SHA for 3dddb92
bin/laravel
@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
7
require __DIR__.'/../vendor/autoload.php';
8
}
9
10
-$app = new Symfony\Component\Console\Application('Laravel Installer', '5.24.0');
+$app = new Symfony\Component\Console\Application('Laravel Installer', '5.24.2');
11
12
if (method_exists($app, 'addCommand')) {
13
$app->addCommand(new Laravel\Installer\Console\NewCommand);
0 commit comments