Skip to content

Releases: reinfi/zf-dependency-injection

6.1.0

18 Dec 22:03
ac7d35e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.1.0

6.0.0

21 Oct 13:00
0e45088
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.5.0...6.0.0

5.5.0

24 Sep 14:14
7f26fd0
Compare
Choose a tag to compare

What's Changed

  • Update actions/checkout action to v3 by @renovate in #60
  • Update actions/cache action to v3 by @renovate in #59
  • Use easy coding standard. by @reinfi in #63
  • Update codecov/codecov-action action to v3 by @renovate in #61
  • fixed typo in README.md by @s0h311 in #65
  • Update dependency symplify/easy-coding-standard to v12 by @renovate in #66
  • allow extractors to be array of extractors instead of single one by @reinfi in #70

New Contributors

Full Changelog: 5.4.0...5.5.0

5.4.0

11 Feb 07:48
bd653fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.3.0...5.4.0

5.3.0

24 Jan 16:25
Compare
Choose a tag to compare

Full Changelog: 5.2.0...5.3.0

  • Fix PHPStan extension for php7.4
  • Change deprecated AbstractFactoryInterface from laminas/laminas-servicemanager
  • Add Github Actions instead of travis CI

5.2.0

24 Jan 09:43
aa4b115
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.0...5.2.0

5.1.0

19 Feb 16:04
Compare
Choose a tag to compare

What's Changed

  • Attributes for dependency injection by @reinfi in #52

Full Changelog: 5.0.0...5.1.0

Release 5.0.0

16 Jan 12:45
4eb7caa
Compare
Choose a tag to compare

v5.0.0

  • deprecated PHP 7.3
  • add PHP 8.1
  • add type hints
  • increase PHPStan level

Cache configuration gets container as argument if using a callable.

26 Oct 08:27
56ea553
Compare
Choose a tag to compare

PHP8 allowed, PSR-16 cache required

05 Aug 05:52
ea6668b
Compare
Choose a tag to compare
  • support PHP8
  • removed dependency of laminas/laminas-cache
  • cache requires now PSR-16 interface
  • changed cache key configuration to be retrieved from container or callable, see documentation