Skip to content

Commit

Permalink
chore(deps): update Larastan to 2.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Dec 5, 2023
1 parent 37e9ce8 commit 2cb80db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"require": {
"php": "^8.2",
"composer-plugin-api": "^2.0",
"canvural/larastan-strict-rules": "^2.1.8",
"canvural/larastan-strict-rules": "^2.1.9",
"jetbrains/phpstorm-attributes": "^1.0",
"nunomaduro/larastan": "^2.6.4",
"nunomaduro/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 2cb80db

Please sign in to comment.