We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a479a commit 31c5aadCopy full SHA for 31c5aad
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.12.1');
+$app = new Symfony\Component\Console\Application('Laravel Installer', '5.12.2');
11
$app->add(new Laravel\Installer\Console\NewCommand);
12
13
$app->run();
0 commit comments