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 95f9eed commit 120cf48Copy full SHA for 120cf48
composer.json
@@ -24,7 +24,7 @@
24
"spatie/pest-plugin-snapshots": "^2.1.0",
25
"laravel/pint": "^1.14",
26
"phpstan/phpstan": "^1.10.59",
27
- "nunomaduro/larastan": "^2.9.2"
+ "larastan/larastan": "^2.9.2"
28
},
29
"autoload": {
30
"psr-4": {
phpstan.neon.dist renamed to phpstan.neon
@@ -1,5 +1,5 @@
1
includes:
2
- - ./vendor/nunomaduro/larastan/extension.neon
+ - ./vendor/larastan/larastan/extension.neon
3
parameters:
4
level: 8
5
paths:
0 commit comments