Skip to content

Commit

Permalink
chore(deps): update Larastan to 2.7.x (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored Dec 4, 2023
1 parent 16f59bd commit 6799277
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@
],
"require": {
"php": "^8.0",
"nunomaduro/larastan": "^2.6.4",
"nunomaduro/larastan": "^2.7",
"phpstan/phpstan": "^1.9"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Rules/NoDynamicWhereRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
use Illuminate\Database\Query\Builder as QueryBuilder;
use NunoMaduro\Larastan\Methods\BuilderHelper;
use Larastan\Larastan\Methods\BuilderHelper;
use PhpParser\Node;
use PhpParser\Node\Expr\MethodCall;
use PHPStan\Analyser\Scope;
Expand Down
4 changes: 2 additions & 2 deletions tests/Rules/NoDynamicWhereRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace Vural\LarastanStrictRules\Rules;

use NunoMaduro\Larastan\Methods\BuilderHelper;
use NunoMaduro\Larastan\Methods\MacroMethodsClassReflectionExtension;
use Larastan\Larastan\Methods\BuilderHelper;
use Larastan\Larastan\Methods\MacroMethodsClassReflectionExtension;
use PhpParser\Node\Expr\MethodCall;
use PHPStan\Rules\Rule;
use PHPStan\Testing\RuleTestCase;
Expand Down

0 comments on commit 6799277

Please sign in to comment.