Skip to content

Commit ea5ee28

Browse files
committed
qa: add Psalm and its PHPUnit plugin as dev requirements
Also add base configuration for Psalm. Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
1 parent c978808 commit ea5ee28

3 files changed

Lines changed: 2610 additions & 947 deletions

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"laminas/laminas-coding-standard": "~2.2.0",
2929
"laminas/laminas-http": "^2.5.4",
3030
"laminas/laminas-stdlib": "^2.7.8 || ^3.0.1",
31-
"phpunit/phpunit": "^9.3"
31+
"phpunit/phpunit": "^9.3",
32+
"psalm/plugin-phpunit": "^0.16.0",
33+
"vimeo/psalm": "^4.7"
3234
},
3335
"config": {
3436
"sort-packages": true

0 commit comments

Comments
 (0)