Skip to content

Releases: bigcommerce/injector

4.1.2

05 Dec 22:00
15d5b07
Compare
Choose a tag to compare

What's Changed

  • chore(platform): PHPMNT-177 Add PHP 8.4 to CircleCI matrix by @TomA-R in #28

Full Changelog: 4.1.1...4.1.2

4.1.1

01 Jul 06:10
d4df050
Compare
Choose a tag to compare

What's Changed

  • PHPMNT-100 Ensure CachingClassInspector works with no-op cache by @bc-luke in #27

Full Changelog: 4.1.0...4.1.1

Releasing 4.1.0

21 Jun 06:08
635b1e6
Compare
Choose a tag to compare
Merge pull request #26 from bc-luke/big-31502-super-reflection-cache-p

PHPMNT-100 Allow for custom service cache via InjectorFactory

Releasing 4.0.0

21 Jun 03:40
e072b46
Compare
Choose a tag to compare
Merge pull request #25 from bc-luke/big-31502-super-reflection-cache-p

BIG-31502 Expand reflection caching

3.0.0

25 May 09:47
3c58788
Compare
Choose a tag to compare

What's Changed

  • Change from ocramius/proxy-manager to friendsofphp/proxy-manager-lts by @TomA-R in #21

Full Changelog: 2.1.1...3.0.0

2.1.1

30 Apr 11:42
028a27d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...2.1.1

2.1.0: PHP 8 and phpunit 9 support

17 Dec 09:42
daba61a
Compare
Choose a tag to compare

Added PHP ^8.0 and phpunit ^9.0 to composer.json.

2.0.10: Merge pull request #10 from precariouspanther/local-proxies

02 Mar 02:22
8988bd3
Compare
Choose a tag to compare

Replace deprecated container-interop with psr/container

19 Dec 22:24
b59c75e
Compare
Choose a tag to compare

container-interop is deprecated and abandoned, so switching to supported psr/container interface instead. Additionally, enable compatibility with newer versions of PHPUnit, up to 8.x.

Switch to PSR Container Interface (vs. Interop compat.)

09 Aug 23:31
8c66732
Compare
Choose a tag to compare
Merge pull request #8 from precariouspanther/psr-interface

Update injector to be compatible with root psr container interface