Skip to content

Commit 83bc5b2

Browse files
committed
wip
1 parent f890fb1 commit 83bc5b2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
/.editorconfig export-ignore
1010
/.php_cs export-ignore
1111
/.github export-ignore
12-
/psalm.xml export-ignore
1312

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"require-dev": {
2121
"friendsofphp/php-cs-fixer": "^3.0",
2222
"pestphp/pest": "^1.20",
23-
"spatie/ray": "^1.28",
24-
"vimeo/psalm": "^4.8"
23+
"spatie/ray": "^1.28"
2524
},
2625
"autoload": {
2726
"psr-4": {
@@ -34,7 +33,6 @@
3433
}
3534
},
3635
"scripts": {
37-
"psalm": "vendor/bin/psalm",
3836
"test": "vendor/bin/pest",
3937
"test-coverage": "vendor/bin/pest --coverage",
4038
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"

0 commit comments

Comments
 (0)