Skip to content

Commit

Permalink
Merge pull request #230 from gsteel/upgrade-psalm
Browse files Browse the repository at this point in the history
Upgrade Psalm to 5.22
  • Loading branch information
Ocramius authored Feb 22, 2024
2 parents fac99d7 + 678d78c commit d58c2e7
Show file tree
Hide file tree
Showing 27 changed files with 1,149 additions and 1,177 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-db": "^2.18",
"laminas/laminas-filter": "^2.33",
"laminas/laminas-i18n": "^2.24.1",
"laminas/laminas-session": "^2.17",
"laminas/laminas-db": "^2.19",
"laminas/laminas-filter": "^2.34",
"laminas/laminas-i18n": "^2.26.0",
"laminas/laminas-session": "^2.18",
"laminas/laminas-uri": "^2.11.0",
"phpunit/phpunit": "^10.5.2",
"phpunit/phpunit": "^10.5.10",
"psalm/plugin-phpunit": "^0.18.4",
"psr/http-client": "^1.0.3",
"psr/http-factory": "^1.0.2",
"vimeo/psalm": "^5.17"
"vimeo/psalm": "^5.22.1"
},
"suggest": {
"laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
Expand Down
220 changes: 104 additions & 116 deletions composer.lock

Large diffs are not rendered by default.

Loading

0 comments on commit d58c2e7

Please sign in to comment.