Skip to content

Commit

Permalink
Update vimeo/psalm requirement from ^4.18 to ^5.2 (#30)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* fix

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>
  • Loading branch information
dependabot[bot] and vjik committed Dec 13, 2022
1 parent 70d4505 commit 761b9dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -28,12 +28,12 @@
"yiisoft/rbac": "^1.0"
},
"require-dev": {
"maglnet/composer-require-checker": "^4.2",
"maglnet/composer-require-checker": "^4.3",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.14.3",
"roave/infection-static-analysis-plugin": "^1.16",
"roave/infection-static-analysis-plugin": "^1.25",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.18"
"vimeo/psalm": "^4.30|^5.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 761b9dc

Please sign in to comment.