You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your container MUST implement these required services. If you use Slim’s built-in container, these are provided for you. If you choose a third-party container, you must define these required services on your own.
...
But I have been using my own custom \Psr\Container\ContainerInterface implementation wired in with:
In the dependency container documentation it says:
But I have been using my own custom
\Psr\Container\ContainerInterface
implementation wired in with:where it does NOT comply with any of the documented requirements and for years I have had no problems.
Perhaps we can remove that documented requirement, or we can explain how PHP Slim uses each of those "requirements".
The text was updated successfully, but these errors were encountered: