Skip to content

Commit

Permalink
Merge pull request #69 from mezzio/renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
Lock file maintenance, Add missing traversable types, minor static analysis improvements
  • Loading branch information
Ocramius committed Feb 2, 2023
2 parents 7e4bedb + 6764967 commit 9e89b55
Show file tree
Hide file tree
Showing 8 changed files with 553 additions and 307 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -49,15 +49,15 @@
"willdurand/negotiation": "^3.0"
},
"require-dev": {
"doctrine/orm": "^2.14",
"doctrine/orm": "^2.14.1",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-hydrator": "^4.12",
"laminas/laminas-paginator": "^2.17",
"mezzio/mezzio-helpers": "^5.11",
"mezzio/mezzio-helpers": "^5.12",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.27",
"phpunit/phpunit": "^9.5.28",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.4"
"vimeo/psalm": "^5.6"
},
"provide": {
"psr/link-implementation": "1.0"
Expand Down
169 changes: 84 additions & 85 deletions composer.lock

Large diffs are not rendered by default.

0 comments on commit 9e89b55

Please sign in to comment.