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 76356c0 commit f999396Copy full SHA for f999396
composer.json
@@ -30,10 +30,10 @@
30
"zing/flysystem-obs": "^2.2 || ^3.0"
31
},
32
"require-dev": {
33
+ "larastan/larastan": "^1.0 || ^2.0 || ^3.0",
34
"league/flysystem-path-prefixing": "^3.3",
35
"league/flysystem-read-only": "^3.3",
36
"mockery/mockery": "~1.3.3 || ^1.4.2",
- "nunomaduro/larastan": "^1.0 || ^2.0 || ^3.0",
37
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
38
"phpunit/phpunit": "^9.5 || ^10.0 || ^11.0",
39
"zing/coding-standard": "^6.4 || ^7.0"
phpstan.neon
@@ -1,5 +1,5 @@
1
includes:
2
- - ./vendor/nunomaduro/larastan/extension.neon
+ - ./vendor/larastan/larastan/extension.neon
3
4
parameters:
5
level: max
0 commit comments