From bbbd8e6d197d5a9f0246d851f6c9ecf7e7892cf4 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 25 Jul 2023 17:05:27 +0200 Subject: [PATCH] Update laravel --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index e95dea36..c9831baf 100755 --- a/bin/laravel +++ b/bin/laravel @@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) { require __DIR__.'/../vendor/autoload.php'; } -$app = new Symfony\Component\Console\Application('Laravel Installer', '4.5.0'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '4.5.1'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();