From 9fa931ae3cb97a3ecef1612025ef7d2f541e6c8a Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 2 Aug 2022 16:52:21 +0200 Subject: [PATCH] Update laravel --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index 37e20af2..147fa735 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', '4.2.13'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '4.2.14'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();