Skip to content

Commit 9a149cf

Browse files
author
cradu
committed
Updated deps
1 parent 88e00f1 commit 9a149cf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
- name: Execute Rector
120120
run: vendor/bin/rector --dry-run
121121

122+
- name: Execute PHP Insights
123+
run: vendor/bin/phpinsights --no-interaction
122124

123125
laravel11-tests:
124126
runs-on: ubuntu-latest
@@ -220,6 +222,9 @@ jobs:
220222
- name: Execute Rector
221223
run: vendor/bin/rector --dry-run
222224

225+
- name: Execute PHP Insights
226+
run: vendor/bin/phpinsights --no-interaction
227+
223228

224229
laravel12-tests:
225230
runs-on: ubuntu-latest
@@ -319,4 +324,7 @@ jobs:
319324
run: vendor/bin/phpstan
320325

321326
- name: Execute Rector
322-
run: vendor/bin/rector --dry-run
327+
run: vendor/bin/rector --dry-run
328+
329+
- name: Execute PHP Insights
330+
run: vendor/bin/phpinsights --no-interaction

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"larastan/larastan": "^2 || ^3",
3535
"laravel/pint": "^1",
3636
"mockery/mockery": "^1",
37+
"nunomaduro/phpinsights": "^2",
3738
"orchestra/testbench": "^v8 || ^v9 || ^v10",
3839
"pestphp/pest": "^2 || ^3",
3940
"pestphp/pest-plugin-laravel": "^2 || ^3",

0 commit comments

Comments
 (0)