I wonder what is the replacement of MutableCreationOptionsInterface
in Zend Framework 3 to provide the factories with the creation options?
stupidly enough from me to not realize that: the options are now passed to the ContainerInterface
when using $container->get(SomeClass, $options)
.