From 1083a2dec1e058bd64097a9e7a57d8c899f41c9f Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 16 Jan 2024 18:34:12 +0100 Subject: [PATCH] version --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index 58ff41d..6e08fa2 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.2.1'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '5.3.0'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();