Skip to content

Commit fb42929

Browse files
authored
Merge pull request #76 from MominAlZaraa/patch-1
Added phpstan for code editing to fix action phpstan.yml action
2 parents 29ef32a + 8d3f6a1 commit fb42929

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"orchestra/testbench": "^10.0",
3636
"pestphp/pest": "^3.0",
3737
"pestphp/pest-plugin-arch": "^3.0",
38-
"pestphp/pest-plugin-laravel": "^3.0"
38+
"pestphp/pest-plugin-laravel": "^3.0",
39+
"phpstan/phpstan": "^2.1"
3940
},
4041
"autoload": {
4142
"psr-4": {

0 commit comments

Comments
 (0)