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

`NamespacedPathStackResolver` cannot inherit from `TemplatePathStack` #51

Open gsteel opened 11 months ago

gsteel commented 11 months ago

Inheritance needs to be removed from NamespacedPathStackResolver because currently TemplatePathStack is marked as soft @final and will be made final in v3.0 of Laminas\View.