From 37503e4c544f0c12ae06f17bcc1f2fa7278dff00 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 26 Jul 2022 17:24:20 +0200 Subject: [PATCH] Update laravel --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index df49489d..37e20af2 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.12'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '4.2.13'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();