Skip to content

Commit 695545f

Browse files
committed
composer require --dev phpstan/phpstan #16
1 parent d2fe71c commit 695545f

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
@@ -27,6 +27,7 @@
2727
"tests": "vendor/bin/phpunit"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^9.6"
30+
"phpunit/phpunit": "^9.6",
31+
"phpstan/phpstan": "^2.1"
3132
}
3233
}

0 commit comments

Comments
 (0)