Skip to content

Commit 8c66732

Browse files
Merge pull request #8 from precariouspanther/psr-interface
Update injector to be compatible with root psr container interface
2 parents 3cefc6c + a6110d4 commit 8c66732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Injector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Bigcommerce\Injector\Exception\InjectorInvocationException;
55
use Bigcommerce\Injector\Exception\MissingRequiredParameterException;
66
use Bigcommerce\Injector\Reflection\ParameterInspector;
7-
use Interop\Container\ContainerInterface;
7+
use Psr\Container\ContainerInterface;
88

99
/**
1010
* The Injector provides instantiation of objects (or invocation of methods) within the BC application and

0 commit comments

Comments
 (0)