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 9e50b18 commit 6912a19Copy full SHA for 6912a19
composer.json
@@ -31,8 +31,8 @@
31
},
32
"require-dev": {
33
"guzzlehttp/guzzle": "^7.2",
34
+ "larastan/larastan": "^2.4",
35
"laravel/nova": "^4.14",
- "nunomaduro/larastan": "^2.4",
36
"orchestra/testbench": "^7.30 || ^8.10",
37
"phpunit/phpunit": "^9.6",
38
"nova-kit/nova-devtool": "^1.2.1"
phpstan.neon.dist
@@ -1,5 +1,5 @@
1
includes:
2
- - ./vendor/nunomaduro/larastan/extension.neon
+ - ./vendor/larastan/larastan/extension.neon
3
4
5
parameters:
0 commit comments