Skip to content

Commit

Permalink
fix: add missing vimeo/psalm dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Eltink <geert.eltink@gmail.com>
  • Loading branch information
geerteltink authored and weierophinney committed Apr 7, 2022
1 parent 69fdde8 commit 7a2c44b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -42,7 +42,8 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"phpunit/phpunit": "^9.5.11",
"psalm/plugin-phpunit": "^0.16"
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.17.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a2c44b

Please sign in to comment.