From 2c043e91e812bbed84e8deb0e1d01f2ff71ad449 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Mon, 5 Feb 2024 09:02:56 -0300 Subject: [PATCH] fix minor corrections. --- .github/workflows/static.yml | 8 -------- composer.json | 4 ++-- psalm80.xml | 19 ------------------- 3 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 psalm80.xml diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 2ffade527..fc9287984 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,11 +33,3 @@ jobs: ['ubuntu-latest'] php: >- ['8.1', '8.2', '8.3'] - psalm80: - uses: yiisoft/actions/.github/workflows/psalm.yml@master - with: - psalm-config: psalm80.xml - os: >- - ['ubuntu-latest'] - php: >- - ['8.0'] diff --git a/composer.json b/composer.json index 38654ff0b..5a9774e42 100644 --- a/composer.json +++ b/composer.json @@ -27,11 +27,11 @@ }, "require-dev": { "maglnet/composer-require-checker": "^4.2", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^9.6|^10.5", "rector/rector": "^0.19", "roave/infection-static-analysis-plugin": "^1.34", "spatie/phpunit-watcher": "^1.23", - "vimeo/psalm": "^4.8|^5.20", + "vimeo/psalm": "^5.20", "yiisoft/aliases": "^2.0", "yiisoft/cache": "^3.0", "yiisoft/db-sqlite": "^1.1", diff --git a/psalm80.xml b/psalm80.xml deleted file mode 100644 index e3419e92e..000000000 --- a/psalm80.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - -