Skip to content

Commit 0cccd5d

Browse files
Update vimeo/psalm requirement from ^4.18 to ^5.2 (#66)
* Update vimeo/psalm requirement from ^4.18 to ^5.2 Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](vimeo/psalm@4.18...5.2.0) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Update composer.json Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergei Predvoditelev <[email protected]>
1 parent 98f8d3c commit 0cccd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"nyholm/psr7": "^1.4",
3333
"phpunit/phpunit": "^9.5",
3434
"rector/rector": "^0.14.3",
35-
"roave/infection-static-analysis-plugin": "^1.16",
35+
"roave/infection-static-analysis-plugin": "^1.18",
3636
"spatie/phpunit-watcher": "^1.23",
37-
"vimeo/psalm": "^4.18",
37+
"vimeo/psalm": "^4.30|^5.2",
3838
"yiisoft/test-support": "^1.3"
3939
},
4040
"autoload": {

0 commit comments

Comments
 (0)