Skip to content

Commit f8b81d8

Browse files
NGSTACK-1017 add phpstan as dev dependecy
1 parent e47840c commit f8b81d8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"gesdinet/jwt-refresh-token-bundle": "^1.5"
3434
},
3535
"require-dev": {
36-
"php-cs-fixer/shim": "^3.92"
36+
"php-cs-fixer/shim": "^3.92",
37+
"phpstan/phpstan": "^2.1"
38+
},
39+
"scripts": {
40+
"phpstan": "@php vendor/bin/phpstan analyse -c phpstan.neon --level=8 --ansi lib bundle"
3741
}
3842
}

0 commit comments

Comments
 (0)