From c63ada8b7f4837e44208420e6743c45297f34032 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 26 Sep 2023 18:33:09 +0200 Subject: [PATCH] Update laravel --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index caee9646..fe2c8fa7 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.1.1'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '5.1.2'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();