Releases: bigcommerce/injector
Releases · bigcommerce/injector
4.1.2
4.1.1
Releasing 4.1.0
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
Merge pull request #25 from bc-luke/big-31502-super-reflection-cache-p BIG-31502 Expand reflection caching
3.0.0
2.1.1
What's Changed
- add circleci support by @repzy in #12
- fix circleci support by @repzy in #14
- Updates to reflect organisation transfer. by @PascalZajac in #15
- correct version for php image by @repzy in #17
- PHPMNT-8 Add phpstan by @funivan in #18
- Fix deprecation warning by @TomA-R in #19
- Remove composer.lock by @TomA-R in #20
New Contributors
Full Changelog: v2.1.0...2.1.1
2.1.0: PHP 8 and phpunit 9 support
Added PHP ^8.0 and phpunit ^9.0 to composer.json
.
2.0.10: Merge pull request #10 from precariouspanther/local-proxies
Replace deprecated container-interop with psr/container
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.)
Merge pull request #8 from precariouspanther/psr-interface Update injector to be compatible with root psr container interface