From 0991007e78da33ccfe6dbb1ecb50ea8ed44a1cae Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 13 Sep 2022 16:57:17 +0200 Subject: [PATCH] Update laravel --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index 9bae8341..5dc04990 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.16'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '4.2.17'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();