Skip to content

Commit

Permalink
Merge pull request #59 from snapshotpl/2.6.x-psalm
Browse files Browse the repository at this point in the history
psalm integration
  • Loading branch information
weierophinney authored May 18, 2021
2 parents dfca348 + 119a9cf commit 7d20341
Show file tree
Hide file tree
Showing 19 changed files with 4,094 additions and 1,020 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"laminas/laminas-coding-standard": "~1.0.0",
"php-http/psr7-integration-tests": "^1.1",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.1"
"phpunit/phpunit": "^9.1",
"psalm/plugin-phpunit": "^0.14.0",
"vimeo/psalm": "^4.3"
},
"provide": {
"psr/http-factory-implementation": "1.0",
Expand Down Expand Up @@ -87,7 +89,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-diactoros": "^2.2.1"
Expand Down
Loading

0 comments on commit 7d20341

Please sign in to comment.