This codeception plugin uses Interop\Container\ContainerInterface. According to the github page of Interop:
"Starting Feb. 13th 2017, container-interop is officially deprecated in favor of PSR-11. Container-interop has been the test-bed of PSR-11. From v1.2, container-interop directly extends PSR-11 interfaces. Therefore, all containers implementing container-interop are now de-facto compatible with PSR-11."
Is it possible to use Psr\Container\ContainerInterface instead of Interop\Container\ContainerInterface?
(Interop\Container\ContainerInterface uses also PSR-11)
Thanks in advance!
This codeception plugin uses Interop\Container\ContainerInterface. According to the github page of Interop:
"Starting Feb. 13th 2017, container-interop is officially deprecated in favor of PSR-11. Container-interop has been the test-bed of PSR-11. From v1.2, container-interop directly extends PSR-11 interfaces. Therefore, all containers implementing container-interop are now de-facto compatible with PSR-11."
Is it possible to use Psr\Container\ContainerInterface instead of Interop\Container\ContainerInterface?
(Interop\Container\ContainerInterface uses also PSR-11)
Thanks in advance!