Skip to content

3.5.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 06 Apr 21:05
· 167 commits to 3.15.x since this release
3.5.0
41f7209

3.5.0 - 2022-04-06


Release Notes for 3.5.0

Changed

The LazyListener, LazyEventListener, and LazyListenerAggregate have type-widened their $container argument to the official PSR-11 ContainerInterface type. Since they previously hinted against the container-interop version 1.2 or greater, and that version extended the PSR-11 interface, the change is backwards compatible.

If you were extending these classes, we recommend updating your definitions to reference PSR-11's types instead.

3.5.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement