Skip to content

Commit 7a2c44b

Browse files
geerteltinkweierophinney
authored andcommittedApr 7, 2022
fix: add missing vimeo/psalm dependency
Signed-off-by: Geert Eltink <[email protected]>
1 parent 69fdde8 commit 7a2c44b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"require-dev": {
4343
"laminas/laminas-coding-standard": "~2.3.0",
4444
"phpunit/phpunit": "^9.5.11",
45-
"psalm/plugin-phpunit": "^0.16"
45+
"psalm/plugin-phpunit": "^0.16.1",
46+
"vimeo/psalm": "^4.17.0"
4647
},
4748
"autoload": {
4849
"psr-4": {

‎composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.