Skip to content

Commit

Permalink
Merge pull request #17 from Youssef-Azijni/youssef-patch
Browse files Browse the repository at this point in the history
⬆️ chore(deps): Upgrade larastan, change organization from deprecated nunomaduro to larastan.
  • Loading branch information
gwleuverink authored Mar 14, 2024
2 parents 37d6dc6 + 981f943 commit 6a8c1d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Integrations/Larastan/Larastan.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class Larastan extends Builder
public function __invoke()
{
$this
->composerRequireDev('nunomaduro/larastan:^2.0')
->composerUpdate('nunomaduro/larastan')
->composerRequireDev('larastan/larastan:^2.0')
->composerUpdate('larastan/larastan')

->publishesConfigs([
'phpstan.neon' => 'phpstan.neon',
Expand Down
2 changes: 1 addition & 1 deletion src/Integrations/Larastan/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/larastan/larastan/extension.neon

parameters:

Expand Down

0 comments on commit 6a8c1d0

Please sign in to comment.