Skip to content

Commit a64a564

Browse files
Update vimeo/psalm requirement from ^4.22 to ^5.2 (#78)
* Update vimeo/psalm requirement from ^4.22 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.22.0...5.2.0) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Update composer.json Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
1 parent 36bf35c commit a64a564

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"maglnet/composer-require-checker": "^4.2",
2525
"phpunit/phpunit": "^9.5",
2626
"rector/rector": "^0.15.1",
27-
"roave/infection-static-analysis-plugin": "^1.18",
27+
"roave/infection-static-analysis-plugin": "^1.25",
2828
"spatie/phpunit-watcher": "^1.23",
29-
"vimeo/psalm": "^4.22"
29+
"vimeo/psalm": "^4.30|^5.2"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)