Skip to content

Commit a53be2e

Browse files
committed
Added phpstan (a PHP static analyzer) to the development dependencies
1 parent fa879a2 commit a53be2e

File tree

3 files changed

+94
-31
lines changed

3 files changed

+94
-31
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"phpunit/phpunit" : "11.4.4",
1515
"squizlabs/php_codesniffer" : "3.11.1",
1616
"erusev/parsedown" : "1.7.4",
17-
"smalot/pdfparser" : "2.11.0"
17+
"smalot/pdfparser" : "2.11.0",
18+
"phpstan/phpstan": "2.1.0"
1819
},
1920
"autoload" : {
2021
"psr-4" : {

composer.lock

Lines changed: 88 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
parameters:
2+
level: 1
3+
paths:
4+
- src

0 commit comments

Comments
 (0)