We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f890fb1 commit 83bc5b2Copy full SHA for 83bc5b2
.gitattributes
@@ -9,5 +9,4 @@
9
/.editorconfig export-ignore
10
/.php_cs export-ignore
11
/.github export-ignore
12
-/psalm.xml export-ignore
13
composer.json
@@ -20,8 +20,7 @@
20
"require-dev": {
21
"friendsofphp/php-cs-fixer": "^3.0",
22
"pestphp/pest": "^1.20",
23
- "spatie/ray": "^1.28",
24
- "vimeo/psalm": "^4.8"
+ "spatie/ray": "^1.28"
25
},
26
"autoload": {
27
"psr-4": {
@@ -34,7 +33,6 @@
34
33
}
35
36
"scripts": {
37
- "psalm": "vendor/bin/psalm",
38
"test": "vendor/bin/pest",
39
"test-coverage": "vendor/bin/pest --coverage",
40
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
0 commit comments