Skip to content

Commit e10dc22

Browse files
committed
qa: add Psalm to development requirements
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent 1c9a2c9 commit e10dc22

File tree

3 files changed

+2627
-966
lines changed

3 files changed

+2627
-966
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
"require-dev": {
4040
"laminas/laminas-coding-standard": "~2.2.0",
4141
"phpspec/prophecy-phpunit": "^2.0",
42-
"phpunit/phpunit": "^9.3"
42+
"phpunit/phpunit": "^9.3",
43+
"psalm/plugin-phpunit": "^0.16.0",
44+
"vimeo/psalm": "^4.7"
4345
},
4446
"autoload": {
4547
"psr-4": {

0 commit comments

Comments
 (0)