Skip to content

Commit 792740a

Browse files
committed
chore: remove psalm
1 parent 3c0d640 commit 792740a

File tree

7 files changed

+125
-148
lines changed

7 files changed

+125
-148
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ phpbench.json export-ignore
1616
phpstan.neon.dist export-ignore
1717
phpstan-baseline.neon export-ignore
1818
phpunit.xml.dist export-ignore
19-
psalm.xml.dist export-ignore
20-
psalm-baseline.xml export-ignore
2119
renovate.json export-ignore

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
composer.lock
44
composer.phar
55
phpstan.neon
6-
psalm.xml
76
vendor
87
.idea

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@
2525
"phpstan/phpstan-phpunit": "1.2.2",
2626
"phpstan/phpstan-strict-rules": "1.4.4",
2727
"phpunit/phpunit": "^9.5",
28-
"psalm/plugin-phpunit": "^0.17",
2928
"psr/http-message": "^1",
3029
"react/promise": "^2",
3130
"symfony/polyfill-php81": "^1.23",
3231
"symfony/var-exporter": "^5 || ^6",
33-
"thecodingmachine/safe": "^1.3",
34-
"vimeo/psalm": "^4.19"
32+
"thecodingmachine/safe": "^1.3"
3533
},
3634
"suggest": {
3735
"psr/http-message": "To use standard GraphQL server",
@@ -59,12 +57,11 @@
5957
"sort-packages": true
6058
},
6159
"scripts": {
62-
"baseline": "phpstan --generate-baseline && psalm --set-baseline",
6360
"bench": "phpbench run",
6461
"check": "composer fix && composer stan && composer test",
6562
"docs": "php generate-class-reference.php",
6663
"fix": "php-cs-fixer fix",
67-
"stan": "phpstan && psalm",
64+
"stan": "phpstan",
6865
"test": "phpunit"
6966
}
7067
}

0 commit comments

Comments
 (0)