Skip to content

Commit 6d05631

Browse files
authored
Remove vimeo/psalm (#989)
1 parent 601e446 commit 6d05631

File tree

6 files changed

+48
-575
lines changed

6 files changed

+48
-575
lines changed

.dev-tools/composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
"mi-schi/phpmd-extension": "^4.3",
1111
"phpmd/phpmd": "^2.15",
1212
"phpstan/extension-installer": "^1.4.3",
13-
"phpstan/phpstan": "^1.12.3",
13+
"phpstan/phpstan": "^1.12.4",
1414
"phpstan/phpstan-phpunit": "^1.4",
15-
"phpstan/phpstan-strict-rules": "^1.6",
16-
"squizlabs/php_codesniffer": "^3.10.2",
17-
"vimeo/psalm": "^5.26.1"
15+
"phpstan/phpstan-strict-rules": "^1.6.1",
16+
"squizlabs/php_codesniffer": "^3.10.3"
1817
},
1918
"autoload": {
2019
"psr-4": {
@@ -41,8 +40,7 @@
4140
"composer-require-checker check ../composer.json --config-file composer-require-checker.json",
4241
"phpcs",
4342
"phpmd ../src text phpmd.xml",
44-
"phpstan analyse --no-progress",
45-
"psalm --no-cache --no-progress --shepherd"
43+
"phpstan analyse --no-progress"
4644
],
4745
"fix": [
4846
"@composer normalize --no-check-lock ../composer.json",

0 commit comments

Comments
 (0)