Skip to content

Commit

Permalink
Merge pull request #47 from Slamdunk/url_helper_interface_fix
Browse files Browse the repository at this point in the history
`LaminasViewRendererFactory`: allow `UrlHelperInterface` type hints for `Mezzio\Helper\UrlHelper` main alias
  • Loading branch information
Ocramius authored May 18, 2023
2 parents 518feb6 + 3aff49e commit 0f6ac3d
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 153 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"laminas/laminas-servicemanager": "^3.20.0",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-view": "^2.27.0",
"mezzio/mezzio-helpers": "^5.13.0",
"mezzio/mezzio-router": "^3.13.0",
"mezzio/mezzio-template": "^2.7.0",
"mezzio/mezzio-helpers": "^5.15.0",
"mezzio/mezzio-router": "^3.16.1",
"mezzio/mezzio-template": "^2.8.0",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^10.0.19",
"phpunit/phpunit": "^10.1.3",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.9"
"vimeo/psalm": "^5.11"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
Loading

0 comments on commit 0f6ac3d

Please sign in to comment.