We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ffaaa commit 792befaCopy full SHA for 792befa
composer.json
@@ -29,8 +29,8 @@
29
"require-dev": {
30
"phpunit/phpunit": "^10.5",
31
"friendsofphp/php-cs-fixer": "^3.13",
32
- "nunomaduro/larastan": "^2.3",
33
- "orchestra/testbench": "^8.0|^9.0"
+ "orchestra/testbench": "^8.0|^9.0",
+ "larastan/larastan": "^2.0"
34
},
35
"autoload": {
36
"psr-4": {
phpstan.neon.dist
@@ -1,5 +1,5 @@
1
includes:
2
- - ./vendor/nunomaduro/larastan/extension.neon
+ - vendor/larastan/larastan/extension.neon
3
4
parameters:
5
paths:
0 commit comments