Skip to content

Commit a560f42

Browse files
authored
Merge pull request #17 from doganoo/1.5.x
adds psalm support
2 parents 993dd79 + c23d70d commit a560f42

File tree

4 files changed

+2931
-873
lines changed

4 files changed

+2931
-873
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
},
3232
"require-dev": {
3333
"laminas/laminas-coding-standard": "~1.0.0",
34-
"phpunit/phpunit": "^9.5.10"
34+
"phpunit/phpunit": "^9.5.10",
35+
"psalm/plugin-phpunit": "^0.16.1",
36+
"vimeo/psalm": "^4.11"
3537
},
3638
"conflict": {
3739
"laminas/laminas-stdlib": "< 3.2.1"
@@ -54,7 +56,8 @@
5456
"cs-check": "phpcs",
5557
"cs-fix": "phpcbf",
5658
"test": "phpunit --colors=always",
57-
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
59+
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
60+
"static-analysis": "psalm --shepherd --stats"
5861
},
5962
"replace": {
6063
"zendframework/zend-psr7bridge": "^1.2.0"

0 commit comments

Comments
 (0)