From 568356bcb258a66ed75ef1428b43e803ff1e5c92 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 16 Apr 2024 17:22:16 +0200 Subject: [PATCH] version --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index c11bd83..00219dc 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.1'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '5.7.2'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();