Remove Psalm

This commit is contained in:
Jérôme Gamez
2024-08-17 01:11:54 +02:00
parent 0d80994228
commit 17e1c4ce7e
5 changed files with 2 additions and 32 deletions
+2 -6
View File
@@ -19,9 +19,7 @@
"phpstan/phpstan": "^1.11.10",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"phpunit/phpunit": "^9.6.20",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.30"
"phpunit/phpunit": "^9.6.20"
},
"autoload": {
"psr-4": {
@@ -48,11 +46,9 @@
"scripts": {
"test": [
"@phpstan",
"@psalm",
"@phpunit"
],
"phpunit": "vendor/bin/phpunit",
"phpstan": "vendor/bin/phpstan analyse",
"psalm": "vendor/bin/psalm"
"phpstan": "vendor/bin/phpstan analyse"
}
}