Skip to content

Commit

Permalink
Merge pull request #1108 from arnebr/patch-1
Browse files Browse the repository at this point in the history
Update composer.json to use Larastan Org
  • Loading branch information
mfn authored Feb 16, 2024
2 parents b6083dd + 181f84d commit 68b489f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"mfn/php-cs-fixer-config": "^2",
"mockery/mockery": "^1.2",
"phpstan/phpstan": "1.10.40",
"nunomaduro/larastan": "2.6.4",
"larastan/larastan": "2.6.4",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9",
"thecodingmachine/phpstan-safe-rule": "^1"
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
- ./vendor/phpstan/phpstan/conf/bleedingEdge.neon
- ./vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
Expand Down

0 comments on commit 68b489f

Please sign in to comment.