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 3b93769 commit 9b81f19Copy full SHA for 9b81f19
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.9.2');
+$app = new Symfony\Component\Console\Application('Laravel Installer', '5.10.0');
11
$app->add(new Laravel\Installer\Console\NewCommand);
12
13
$app->run();
0 commit comments