From 1f5ade238cbd27c74f2427e5f346bd2c4b033043 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Fri, 10 May 2024 19:29:11 +0200 Subject: [PATCH] Use psalm as phar --- .github/workflows/ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3de103b..ad4955a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: uses: ramsey/composer-install@v3 - name: Run Psalm - run: vendor/bin/psalm --show-info=false --find-unused-psalm-suppress --no-progress + run: vendor/bin/psalm.phar --show-info=false --find-unused-psalm-suppress --no-progress phpunit: name: PHPUnit diff --git a/composer.json b/composer.json index fea7124..4486162 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require-dev": { "phpunit/phpunit": "^9.0", "php-coveralls/php-coveralls": "^2.0", - "vimeo/psalm": "5.24.0" + "psalm/phar": "5.24.0" }, "autoload": { "psr-4": {