Skip to content

Commit

Permalink
Merge pull request #18 from superrosko/qa/psalm
Browse files Browse the repository at this point in the history
Qa/psalm
  • Loading branch information
weierophinney authored Jun 10, 2021
2 parents 120ef68 + 264990d commit faab0f5
Show file tree
Hide file tree
Showing 14 changed files with 3,341 additions and 901 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.phpcs-cache
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
/phpunit.xml
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
"laminas/laminas-stdlib": "^2.7.8 || ^3.0.1",
"phpunit/phpunit": "^7.5.15"
"phpunit/phpunit": "^9.3",
"vimeo/psalm": "^4.7",
"psalm/plugin-phpunit": "^0.16.0",
"webmozart/assert": "^1.10"
},
"autoload": {
"psr-4": {
Expand All @@ -47,6 +50,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 faab0f5

Please sign in to comment.