From 1a7fd66473706bfda6a6fb8982a26a22250df70a Mon Sep 17 00:00:00 2001 From: Dennis Riehle Date: Sun, 29 Dec 2024 17:59:14 +0100 Subject: [PATCH] removed Psalm in favour of PHPStan --- .gitattributes | 1 - composer.json | 3 +-- psalm.xml | 14 -------------- 3 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 psalm.xml diff --git a/.gitattributes b/.gitattributes index 043d6b2..67556a4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,5 @@ /phpcs.xml.dist export-ignore /phpstan.neon export-ignore /phpunit.xml.dist export-ignore -/psalm.xml export-ignore /tests/ export-ignore *.sh text eol=lf diff --git a/composer.json b/composer.json index 459c24c..420cd42 100644 --- a/composer.json +++ b/composer.json @@ -69,8 +69,7 @@ "laminas/laminas-session": "^2.22.1", "phpspec/prophecy-phpunit": "^2.3.0", "phpstan/phpstan": "^1.12.13", - "phpunit/phpunit": "^9.6.22", - "vimeo/psalm": "^5.26.1" + "phpunit/phpunit": "^9.6.22" }, "suggest": { "laminas/laminas-developer-tools": "laminas-developer-tools if you want to profile operations executed by the ODM during development", diff --git a/psalm.xml b/psalm.xml deleted file mode 100644 index 4befe4e..0000000 --- a/psalm.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - -