Skip to content

Releases: Slamdunk/phpstan-laminas-framework

v1.5.0

20 Nov 15:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

12 Dec 07:06
6616c1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

25 Nov 15:28
f3fa53f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

30 May 12:32
5b1eabe
Compare
Choose a tag to compare

What's Changed

  • Support laminas-cache:3, drop laminas-cache:2 by @Slamdunk in #35

Full Changelog: v1.1.0...v1.2.0

v1.1.0

20 Apr 08:03
7944d45
Compare
Choose a tag to compare

What's Changed

  • ServiceManager: handle services as anonymous classes by @Slamdunk in #32

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 Nov 13:30
c82c8d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.7...v1.0.0

v0.12.7

22 Sep 07:27
d9243d9
Compare
Choose a tag to compare

Support Interop and PSR containers for $container->get() resolution

v0.12.6

19 May 04:40
f5c0da2
Compare
Choose a tag to compare

Do not load service names which are class or interfaces themselves (#23)

v0.12.5

18 May 12:46
6903299
Compare
Choose a tag to compare

Bugix: Some services may not be mapped by MVC, like Mezzio ones (#22)

v0.12.4

12 May 09:33
6d815cb
Compare
Choose a tag to compare

Remove laminas-mvc from require section to allow analysis of mezzio apps too.