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 798e9d3 commit 06428fcCopy full SHA for 06428fc
.github/workflows/psalm.yml
composer.json
@@ -27,9 +27,7 @@
27
"laravel/legacy-factories": "^1.0",
28
"orchestra/testbench": "^5.2|^6.0",
29
"phpunit/phpunit": "^9.0",
30
- "psalm/plugin-laravel": "^1.2",
31
- "spatie/test-time": "^1.2",
32
- "vimeo/psalm": "^3.11"
+ "spatie/test-time": "^1.2"
33
},
34
"autoload": {
35
"psr-4": {
@@ -42,7 +40,6 @@
42
40
}
43
41
44
"scripts": {
45
- "psalm": "vendor/bin/psalm",
46
"test": "vendor/bin/phpunit",
47
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
48
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
0 commit comments