From a6110d45203ecd2d37c138d44eb98ab596af0a44 Mon Sep 17 00:00:00 2001 From: Adam Benson Date: Tue, 7 Aug 2018 22:44:17 +1000 Subject: [PATCH] Update injector to be compatible with root psr container interface --- src/Injector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Injector.php b/src/Injector.php index f93f6af..4143e35 100644 --- a/src/Injector.php +++ b/src/Injector.php @@ -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