Skip to content

Commit 642250b

Browse files
fix(*): run PHPStan
1 parent df86514 commit 642250b

File tree

15 files changed

+5301
-1467
lines changed

15 files changed

+5301
-1467
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"require-dev": {
2323
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0",
2424
"nunomaduro/phpinsights": "^2.8",
25-
"laravel/pint": "^1.10"
25+
"laravel/pint": "^1.10",
26+
"nunomaduro/larastan": "^2.0",
27+
"orchestra/testbench": "^8.3"
2628
},
2729
"autoload": {
2830
"psr-4": {
@@ -60,4 +62,4 @@
6062
"check-style": "vendor/bin/phpcs --extensions=php ./src",
6163
"fix-style": "vendor/bin/php-cs-fixer fix"
6264
}
63-
}
65+
}

0 commit comments

Comments
 (0)