From 9a1c39dc02e4e0d8ddb0f1a5d6edfb1fed4c0522 Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio Date: Tue, 16 Jun 2020 11:18:02 -0500 Subject: [PATCH] Update composer --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 5ed47b4..dcbcaf8 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -21,7 +21,7 @@ jobs: - name: Copy .env run: php -r "file_exists('.env') || copy('.env.example', '.env');" - name: Install Dependencies - run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist + run: composer install - name: Generate key run: php artisan key:generate --force - name: Directory Permissions