Skip to content

Commit

Permalink
Psalm replaced by PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
batumibiz committed Nov 26, 2024
1 parent d41eb2b commit cf6bc7e
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 1,985 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
"require-dev": {
"slevomat/coding-standard": "^8.15",
"squizlabs/php_codesniffer": "^3.11",
"vimeo/psalm": "^5.26"
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -60,7 +63,7 @@
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"static-analysis": "psalm --show-info=true",
"static-analysis": "phpstan analyse",
"test": "phpunit --colors=always",
"test-coverage": [
"@putenv XDEBUG_MODE=coverage",
Expand Down
Loading

0 comments on commit cf6bc7e

Please sign in to comment.