From fca77b6b17834d33d59343fafcd84d3c7f83ea73 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 8 Aug 2023 17:10:38 +0200 Subject: [PATCH] Update laravel --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index ce3fc70..7b8f957 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.0.0'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '5.0.2'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();