Skip to content

Commit 6855e17

Browse files
committed
Remove psalm
1 parent 2dd0c2f commit 6855e17

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

.github/workflows/psalm.yml

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

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"phpunit/phpunit": "^9.5.24||^10.0||^11.0||^12.0",
2626
"rector/rector": "^2.0",
2727
"spatie/laravel-ray": "^1.30",
28-
"symfony/thanks": "^1.3",
29-
"vimeo/psalm": "^5.6||^6.8.6"
28+
"symfony/thanks": "^1.3"
3029
},
3130
"autoload": {
3231
"psr-4": {
@@ -39,7 +38,6 @@
3938
}
4039
},
4140
"scripts": {
42-
"psalm": "vendor/bin/psalm",
4341
"test": "./vendor/bin/testbench package:test --no-coverage",
4442
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
4543
},

0 commit comments

Comments
 (0)