Skip to content

Commit

Permalink
Merge pull request #14 from jslmorrison/psalm-integration
Browse files Browse the repository at this point in the history
Psalm integration
  • Loading branch information
boesing committed Oct 13, 2021
2 parents 979a7e8 + 2d11d56 commit 53fe9e0
Show file tree
Hide file tree
Showing 7 changed files with 1,935 additions and 88 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -7,3 +7,4 @@
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
/psalm.xml.dist export-ignore
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@
/laminas-mkdoc-theme/
/phpunit.xml
/vendor/
/psalm.xml
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -40,7 +40,9 @@
"laminas/laminas-servicemanager": "^3.3",
"phpspec/prophecy": "^1.12",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.8"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand All @@ -64,7 +66,8 @@
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"static-analysis": "psalm --shepherd --stats"
},
"replace": {
"zendframework/zend-expressive-authorization-rbac": "^1.0.2"
Expand Down

0 comments on commit 53fe9e0

Please sign in to comment.