Skip to content

Commit

Permalink
feat: add Psalm integration
Browse files Browse the repository at this point in the history
  • Loading branch information
superrosko committed Oct 2, 2021
1 parent 2d92061 commit 647f661
Show file tree
Hide file tree
Showing 4 changed files with 2,148 additions and 643 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"laminas/laminas-developer-tools": "^1.2.1",
"laminas/laminas-test": "^3.5",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.16.1",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^4.7",
"zfcampus/zf-deploy": "^1.3"
},
"conflict": {
Expand Down Expand Up @@ -67,6 +69,7 @@
"scripts": {
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"static-analysis": "psalm --shepherd --stats",
"development-disable": "laminas-development-mode disable",
"development-enable": "laminas-development-mode enable",
"development-status": "laminas-development-mode status",
Expand Down
Loading

0 comments on commit 647f661

Please sign in to comment.