Skip to content

Releases: researchgate/injektor

4.0.0

08 Jan 16:23
9f4a3a7
Compare
Choose a tag to compare

What's Changed

  • Revert laminas-code to upstream by @mdio in #30
  • Raise min. PHP version to 8.1

Full Changelog: 3.1.4...4.0.0

3.1.4

27 Oct 08:36
Compare
Choose a tag to compare

What's Changed

  • Allow doctrine/annotations ^1.12 by @mdio in #29

Full Changelog: 3.1.3...3.1.4

3.1.3

13 Oct 08:27
Compare
Choose a tag to compare
  • Upgrade to a more recent version that actually replaces laminas-code

3.1.2

10 Oct 14:38
Compare
Choose a tag to compare
  • Upgrade to laminas-code 4.7.3 from branch to avoid issues with minimum stability (e30e5c3)

3.1.1

06 Oct 14:52
Compare
Choose a tag to compare

What's Changed

  • Switch to laminas-code fork for PHP 8.0 and 8.2 support by @mdio in #27

Full Changelog: 3.1.0...3.1.1

3.1.0

01 Aug 14:16
c8bdb48
Compare
Choose a tag to compare
  • Adding support for PHP 8.2
  • Dropping the support for PHP 7.4
  • replaced dev dependency ocramius/proxy-manager with friendsofphp/proxy-manager-lts

3.0.0

10 May 13:46
Compare
Choose a tag to compare

What's Changed

  • Add support for PHP 8.0 by @mdio in #23
    • Min PHP version supported is now 7.4

2.2.0

01 Feb 16:03
Compare
Choose a tag to compare

What's Changed

  • Support injection into typed properties

2.1.0

04 Jan 15:58
Compare
Choose a tag to compare
  • Add template annotations to getInstanceOfClass methods (4e7165c)
  • Make project compatible with Composer 2 (4df64e7, 8f6a3f9)
    • This switches from ocramius/package-versions to composer/package-versions-deprecated to keep PHP 7.3 support

2.0.1

12 Aug 15:25
Compare
Choose a tag to compare

Update PHPUnit to v9 and clarify version constraint in composer.json to disallow PHP 8.0 which is not supported, yet.