Skip to content

Commit

Permalink
Remove Psalm (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored Feb 1, 2025
1 parent bd09316 commit 8388593
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 1,221 deletions.
6 changes: 2 additions & 4 deletions .dev-tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"phpstan/phpstan-phpunit": "^2.0.4",
"phpstan/phpstan-strict-rules": "^2.0.3",
"shipmonk/composer-dependency-analyser": "^1.8.2",
"squizlabs/php_codesniffer": "^3.11.3",
"vimeo/psalm": "^6.1"
"squizlabs/php_codesniffer": "^3.11.3"
},
"config": {
"allow-plugins": {
Expand All @@ -34,8 +33,7 @@
"phpcs",
"php-cs-fixer fix --ansi --diff --dry-run --verbose",
"phpmd ../src text phpmd.xml",
"phpstan analyse --no-progress",
"psalm --no-progress --shepherd"
"phpstan analyse --no-progress"
],
"fix": [
"@composer normalize ../composer.json",
Expand Down
Loading

0 comments on commit 8388593

Please sign in to comment.