Skip to content

Commit 792befa

Browse files
authored
use larastan/larastan package (#37)
1 parent 54ffaaa commit 792befa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"require-dev": {
3030
"phpunit/phpunit": "^10.5",
3131
"friendsofphp/php-cs-fixer": "^3.13",
32-
"nunomaduro/larastan": "^2.3",
33-
"orchestra/testbench": "^8.0|^9.0"
32+
"orchestra/testbench": "^8.0|^9.0",
33+
"larastan/larastan": "^2.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

phpstan.neon.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
includes:
2-
- ./vendor/nunomaduro/larastan/extension.neon
2+
- vendor/larastan/larastan/extension.neon
33

44
parameters:
55
paths:

0 commit comments

Comments
 (0)