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.
2 parents cdd2b90 + 77752ba commit 3b0da6bCopy full SHA for 3b0da6b
composer.json
@@ -22,7 +22,7 @@
22
},
23
"require-dev": {
24
"maatwebsite/excel": "^3.1.46",
25
- "nunomaduro/larastan": "^2.4",
+ "larastan/larastan": "^2.4",
26
"orchestra/testbench": "^8",
27
"rap2hpoutre/fast-excel": "^5.1",
28
"barryvdh/laravel-snappy": "^1.0.1"
phpstan.neon.dist
@@ -1,5 +1,5 @@
1
includes:
2
- - ./vendor/nunomaduro/larastan/extension.neon
+ - ./vendor/larastan/larastan/extension.neon
3
4
parameters:
5
0 commit comments