Skip to content

Commit

Permalink
Update composer.json and phpstan.neon.dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Dec 6, 2023
1 parent ca3ab5c commit 2876cd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"laravel",
"filament",
"module_setting",
"Laravel",
"Laravel",
"Setting module"
],
"homepage": "https://github.com/laraxot/module_setting_fila",
Expand Down Expand Up @@ -38,7 +38,7 @@
"enlightn/enlightn": "^2.5",
"laravel/pint": "^1.13",
"nunomaduro/collision": "*",
"nunomaduro/larastan": "^2.6",
"larastan/larastan": "^2.6",
"nunomaduro/phpinsights": "^2.9",
"orchestra/testbench": "*",
"pestphp/pest": "*",
Expand Down Expand Up @@ -66,7 +66,7 @@
"type": "path",
"url": "../UI"
}],

"scripts": {
"analyse": "vendor/bin/phpstan analyse",
"test": "./vendor/bin/pest --no-coverage",
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
includes:
- phpstan-baseline.neon
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/larastan/larastan/extension.neon

parameters:

Expand Down

0 comments on commit 2876cd6

Please sign in to comment.