Skip to content

Releases: bigcommerce/injector

PHPUnit 5* support

Choose a tag to compare

@precariouspanther precariouspanther released this 08 May 06:52
Merge pull request #6 from precariouspanther/compat-phpunit5

Add support for projects using older versions of PHPUnit.

Added license

Choose a tag to compare

@precariouspanther precariouspanther released this 22 Mar 06:33
Merge pull request #5 from precariouspanther/arraycontainer-typehint-fix

Added correct typehint for parameter per scrutinizer

2.0.4

Choose a tag to compare

@petrkotek petrkotek released this 13 Feb 04:14

Upgrade PHPUnit from ^5.6 to ^6.0

Relax PHP7 requirements

Choose a tag to compare

@precariouspanther precariouspanther released this 18 Jan 05:12
2.0.3

Merge remote-tracking branch 'origin/master'

Relax PHP7 requirements

Choose a tag to compare

@precariouspanther precariouspanther released this 17 Jan 22:13
2.0.2

Relaxed PHP 7+ requirement - some BC build environments are still run…

2.0.1

Choose a tag to compare

@precariouspanther precariouspanther released this 14 Jan 12:05
Fix ArrayContainerAdapter compatibility with Pimple

Adopt container interop for Injector

Choose a tag to compare

@precariouspanther precariouspanther released this 14 Jan 11:26

Updates injector to use container interop directly.
NOTE: Doesn't change InjectorServiceProvider (as this would require significant migration of service registration scripts).

1.0.2

Choose a tag to compare

@precariouspanther precariouspanther released this 08 Jan 22:32
Removed bad grammar docblock

Removed internal exception wrapping

Choose a tag to compare

@precariouspanther precariouspanther released this 04 Jan 05:33
1.0.1

Removed exception wrapping for internal exceptions - default exceptio…

1.0

1.0

Choose a tag to compare

@precariouspanther precariouspanther released this 13 Dec 00:56
Renamed "ServiceProvider" to "InjectorServiceProvider" to avoid accid…