Skip to content

Commit 0144f31

Browse files
committed
Remove Psalm
1 parent 239b0b5 commit 0144f31

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
"phpstan/phpstan-strict-rules": "^1.4",
2525
"phpstan/phpstan-symfony": "^1.2",
2626
"phpstan/phpstan-phpunit": "^1.3",
27-
"vimeo/psalm": "^5.4",
28-
"psalm/plugin-symfony": "^5.0",
2927
"netgen/remote-media-ibexa": "^1.0",
3028
"netgen/remote-media-bundle": "^3.0",
3129
"netgen/ibexa-fieldtype-enhanced-link": "^1.1"
@@ -36,8 +34,7 @@
3634
"scripts": {
3735
"test": "@php vendor/bin/phpunit --colors=always",
3836
"phpstan": "@php vendor/bin/phpstan analyse -c phpstan.neon --level=8 --ansi lib bundle",
39-
"phpstan-tests": "@php vendor/bin/phpstan analyse -c phpstan.tests.neon --level=8 --ansi tests",
40-
"psalm": "@php vendor/bin/psalm -c psalm.xml --show-info=false"
37+
"phpstan-tests": "@php vendor/bin/phpstan analyse -c phpstan.tests.neon --level=8 --ansi tests"
4138
},
4239
"autoload": {
4340
"psr-4": {

0 commit comments

Comments
 (0)