Skip to content

Commit 06428fc

Browse files
committed
Remove psalm
1 parent 798e9d3 commit 06428fc

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

.github/workflows/psalm.yml

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

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
"laravel/legacy-factories": "^1.0",
2828
"orchestra/testbench": "^5.2|^6.0",
2929
"phpunit/phpunit": "^9.0",
30-
"psalm/plugin-laravel": "^1.2",
31-
"spatie/test-time": "^1.2",
32-
"vimeo/psalm": "^3.11"
30+
"spatie/test-time": "^1.2"
3331
},
3432
"autoload": {
3533
"psr-4": {
@@ -42,7 +40,6 @@
4240
}
4341
},
4442
"scripts": {
45-
"psalm": "vendor/bin/psalm",
4643
"test": "vendor/bin/phpunit",
4744
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
4845
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"

0 commit comments

Comments
 (0)