Skip to content

Commit

Permalink
Merge pull request #8 from precariouspanther/psr-interface
Browse files Browse the repository at this point in the history
Update injector to be compatible with root psr container interface
  • Loading branch information
precariouspanther authored Aug 9, 2018
2 parents 3cefc6c + a6110d4 commit 8c66732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Injector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Bigcommerce\Injector\Exception\InjectorInvocationException;
use Bigcommerce\Injector\Exception\MissingRequiredParameterException;
use Bigcommerce\Injector\Reflection\ParameterInspector;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;

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

0 comments on commit 8c66732

Please sign in to comment.