Skip to content

Commit

Permalink
chore(deps): update Larastan to new org
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Dec 5, 2023
1 parent 3e667d3 commit 1394e59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"composer-plugin-api": "^2.0",
"canvural/larastan-strict-rules": "^2.1.9",
"jetbrains/phpstorm-attributes": "^1.0",
"nunomaduro/larastan": "^2.7",
"larastan/larastan": "^2.7",
"phpstan/phpstan": "^1.10.46",
"phpstan/phpstan-mockery": "^1.1.1",
"rector/rector": "^0.18.11",
Expand Down
2 changes: 1 addition & 1 deletion larastan.neon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
includes:
- ./phpstan.neon
- ./phpstan-rich-parser.neon
- ../../nunomaduro/larastan/extension.neon
- ../../larastan/larastan/extension.neon

parameters:
checkMissingIterableValueType: false
Expand Down
2 changes: 1 addition & 1 deletion src/WorksomeRectorConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class WorksomeRectorConfig
public static function setup(RectorConfig $rectorConfig): void
{
$rectorConfig->bootstrapFiles([
getcwd() . '/vendor/nunomaduro/larastan/bootstrap.php',
getcwd() . '/vendor/larastan/larastan/bootstrap.php',
]);

$rectorConfig->phpstanConfig(getcwd() . '/phpstan.neon');
Expand Down

0 comments on commit 1394e59

Please sign in to comment.