Skip to content

Commit

Permalink
Merge pull request #15 from jslmorrison/feature/psalm-integration
Browse files Browse the repository at this point in the history
Feature/psalm integration
  • Loading branch information
Ocramius authored Jun 26, 2022
2 parents 55a426b + 6504fd8 commit df4c59e
Show file tree
Hide file tree
Showing 4 changed files with 1,488 additions and 329 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4"
},
"autoload": {
"psr-4": {
Expand All @@ -53,7 +55,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"
},
"conflict": {
"zendframework/zend-expressive-migration": "*"
Expand Down
Loading

0 comments on commit df4c59e

Please sign in to comment.