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

Support `psr/container:^2.0` #55

Open pascalheidmann opened 11 months ago

pascalheidmann commented 11 months ago
Q A
Documentation no
Bugfix no
BC Break no
New Feature no
RFC no
QA yes

Description

Adding support for psr/container:^2.0 in composer.json (its basically the same as 1.0 but with return types)

Ocramius commented 11 months ago

Same as https://github.com/mezzio/mezzio-laminasviewrenderer/pull/23#pullrequestreview-1109391641 BTW

pascalheidmann commented 11 months ago

@Ocramius yeah saw it only afterwards.. Basically wont work until servicemanager 4 will be released? Are you the maintainer of that package too or is it up to @boesing?