Skip to content

Commit 54beac4

Browse files
committed
Move to larastan/larastan
1 parent 8e62345 commit 54beac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"area17/phptorch": "dev-main",
4949
"chillerlan/php-qrcode": "~4.0",
5050
"friendsofphp/php-cs-fixer": "^3.0",
51+
"larastan/larastan": "^2.9",
5152
"nette/php-generator": "^4.0.3",
5253
"nunomaduro/collision": "^6.0 || ^7.0 || ^8.0",
53-
"nunomaduro/larastan": "^2.0",
5454
"orchestra/testbench": "^7.8 || ^8.0 || ^9.0",
5555
"orchestra/testbench-dusk": "^7.8 || ^8.0 || ^9.0",
5656
"phpunit/php-invoker": "^3.1 || ^4.0",

phpstan.neon

+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
- phpstan-baseline.neon
44

55
parameters:

0 commit comments

Comments
 (0)