From f049db75d563122d9d354beb2b4ae2dffb61bff2 Mon Sep 17 00:00:00 2001 From: SEMEREDIN NURGEBA Date: Sat, 20 Jul 2024 23:01:13 +0300 Subject: [PATCH] update readme --- .github/workflows/workflow_laravel.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow_laravel.yml b/.github/workflows/workflow_laravel.yml index 407dc3d..15e4075 100644 --- a/.github/workflows/workflow_laravel.yml +++ b/.github/workflows/workflow_laravel.yml @@ -19,7 +19,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-progress --prefer-dist + run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - name: Generate key run: php artisan key:generate - name: Directory Permissions diff --git a/README.md b/README.md index 5936231..af36558 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Chapa Logo -

Official Laravel package for Chapa's API (Laravel 5,6,7,9,10)

+

Official Laravel package for Chapa's API (Laravel 5,6,7,9,10,11)