Skip to content

Commit

Permalink
use larastan/larastan package (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb authored Mar 9, 2024
1 parent 54ffaaa commit 792befa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"require-dev": {
"phpunit/phpunit": "^10.5",
"friendsofphp/php-cs-fixer": "^3.13",
"nunomaduro/larastan": "^2.3",
"orchestra/testbench": "^8.0|^9.0"
"orchestra/testbench": "^8.0|^9.0",
"larastan/larastan": "^2.0"
},
"autoload": {
"psr-4": {
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

parameters:
paths:
Expand Down

0 comments on commit 792befa

Please sign in to comment.