Skip to content

Commit fbb9da5

Browse files
authored
Laravel 12 + New Starter Kits (#390)
1 parent 48e537b commit fbb9da5

File tree

2 files changed

+120
-222
lines changed

2 files changed

+120
-222
lines changed

bin/laravel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
77
require __DIR__.'/../vendor/autoload.php';
88
}
99

10-
$app = new Symfony\Component\Console\Application('Laravel Installer', '5.11.2');
10+
$app = new Symfony\Component\Console\Application('Laravel Installer', '5.12.0');
1111
$app->add(new Laravel\Installer\Console\NewCommand);
1212

1313
$app->run();

0 commit comments

Comments
 (0)