From f4fef0db90931d174a5a6dd1526f018b8efd51cd Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 3 Sep 2024 16:55:11 +0200 Subject: [PATCH] version --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index 99fa159..dd2e8d0 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', '5.8.3'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '5.8.4'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();