Skip to content

Commit

Permalink
Merge pull request #21 from ghostwriter/feature/psalm-integration
Browse files Browse the repository at this point in the history
Psalm integration
  • Loading branch information
snapshotpl authored Dec 2, 2021
2 parents 140f5cd + cddc7ca commit 13f3060
Show file tree
Hide file tree
Showing 4 changed files with 3,457 additions and 840 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-servicemanager": "^3.0.3",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5.0",
"psalm/plugin-phpunit": "^0.15.1",
"vimeo/psalm": "^4.7"
},
"suggest": {
"laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
Expand All @@ -50,6 +52,7 @@
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"static-analysis": "psalm --shepherd --stats",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
Expand Down
Loading

0 comments on commit 13f3060

Please sign in to comment.