Skip to content

Commit

Permalink
Update to use Larastan Org (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnebr committed Dec 24, 2023
1 parent 8f1bf10 commit 7c1ca13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install larastan
run: |
composer require "nunomaduro/larastan" --no-interaction --no-update
composer require "larastan/larastan" --no-interaction --no-update
composer update --prefer-dist --no-interaction
- name: Run PHPStan
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
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
- phpstan-baseline.neon

parameters:
Expand Down

0 comments on commit 7c1ca13

Please sign in to comment.