Skip to content

Commit 2cd77ac

Browse files
authoredJan 14, 2025··
Update laravel
1 parent cae867c commit 2cd77ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/laravel

+1-1
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.1');
10+
$app = new Symfony\Component\Console\Application('Laravel Installer', '5.11.2');
1111
$app->add(new Laravel\Installer\Console\NewCommand);
1212

1313
$app->run();

0 commit comments

Comments
 (0)
Please sign in to comment.