From fa963fe5454e58094940484961f1505f12fa2af9 Mon Sep 17 00:00:00 2001 From: Refringe Date: Tue, 28 May 2024 21:11:35 -0400 Subject: [PATCH] Resolves Larastan CI Issue --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2138fb1..f3eb04a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,6 +154,4 @@ jobs: run: composer install -n --no-dev --prefer-dist - name: Execute Code Static Analysis with Larastan - run: | - composer require --dev nunomaduro/larastan - vendor/bin/phpstan analyse -c ./phpstan.neon --no-progress + run: vendor/bin/phpstan analyse -c ./phpstan.neon --no-progress