mezzio / mezzio-laminasviewrenderer

laminas-view PhpRenderer integration for Mezzio
https://docs.mezzio.dev/mezzio/features/template/laminas-view/
BSD 3-Clause "New" or "Revised" License
6 stars 12 forks source link

`LaminasViewRendererFactory`: allow `UrlHelperInterface` type hints for `Mezzio\Helper\UrlHelper` main alias #47

Closed Slamdunk closed 1 year ago

Slamdunk commented 1 year ago
Q A
Bugfix yes
BC Break no

Description

https://github.com/mezzio/mezzio-laminasviewrenderer/pull/40 added the possibility to have custom \Mezzio\Helper\UrlHelperInterface implementations for \Mezzio\LaminasView\UrlHelper, but https://github.com/mezzio/mezzio-laminasviewrenderer/pull/43/files#diff-770088318c2bedd4ba3a5e4b6547d88103804833ca3925683bbe179310965657R144 shrinked it by accident.

gsteel commented 1 year ago

Thanks @Slamdunk - Would you mind bumping PHPUnit to 10.1.x, updating, and running phpunit --migrate-configuration so CI goes green? If you don't have time, let me know and I'll do it in a separate patch 👍

Slamdunk commented 1 year ago

Done