From 0802d02f9b5bc9be191b7dc95ce80d8de8b08931 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 7 May 2024 16:10:08 +0200 Subject: [PATCH] version --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index f3e766d..9615c98 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.7.3'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '5.8.0'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();