Skip to content

Releases: 1ma/DIC

v4.2.0

Choose a tag to compare

@1ma 1ma released this 13 Dec 09:27
d4d2f0f
  • Support PHP 8.5

Full Changelog: v4.1.0...v4.2.0

v4.1.0

Choose a tag to compare

@1ma 1ma released this 10 Jan 21:58
d9133d8
  • Support PHP 8.4

Full Changelog: v4.0.0...v4.1.0

v4.0.0

Choose a tag to compare

@1ma 1ma released this 25 May 10:00
e15c602
  • Support PHP 8.2 and 8.3
  • (Breaking Change) Bump minimum PHP version to 8.2
  • (Breaking Change) Mark Container class as final
  • New feature: Service Factories

Full Changelog: v3.0.1...v4.0.0

v3.0.1

Choose a tag to compare

@1ma 1ma released this 15 Jan 20:39
f21501e

Allow PHP 8.1

v3.0.0

Choose a tag to compare

@1ma 1ma released this 24 Mar 16:46

(Breaking Change) Bump psr/container requirement to ^2.0

v2.0.1

Choose a tag to compare

@1ma 1ma released this 21 Jan 08:45

Fix error in composer.json

v2.0.0

Choose a tag to compare

@1ma 1ma released this 24 Dec 19:33

Support for PHP 8.0

v1.0.3

Choose a tag to compare

@1ma 1ma released this 17 May 15:14

Maintenance release.

v1.0.2

Choose a tag to compare

@1ma 1ma released this 03 Aug 19:48

Maintenance release.

v1.0.1

Choose a tag to compare

@1ma 1ma released this 03 May 22:17
  • (Bugfix): Invokable classes were inadvertently being executed when retrieving them from the container.