Skip to content

Commit beefca2

Browse files
committed
Remove Psalm: remove psalm/phar dependency, psalm.xml, and update scripts
1 parent 1fd1b12 commit beefca2

File tree

2 files changed

+7
-31
lines changed

2 files changed

+7
-31
lines changed

composer.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,12 @@
3434
},
3535
"minimum-stability": "stable",
3636
"scripts": {
37-
"analyze": [
38-
"@phpstan",
39-
"@psalm"
40-
],
41-
"phpstan": "./vendor/bin/phpstan analyse",
42-
"psalm": "./vendor/bin/psalm.phar --config=psalm.xml"
37+
"analyze": [
38+
"@phpstan"
39+
],
40+
"phpstan": "./vendor/bin/phpstan analyse"
4341
},
44-
"require-dev": {
45-
"psalm/phar": "^6.14",
46-
"phpstan/phpstan": "^2.1"
47-
}
42+
"require-dev": {
43+
"phpstan/phpstan": "^2.1"
44+
}
4845
}

psalm.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)