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
This patch removes wiring of the "Request" service to the module's own "RequestFactory". In normal applications, laminas-mvc already provides wiring for the service, and if you need for the factory to vary how it works and provide a laminas-console Request on detection of a CLI request, laminas-mvc-console will already do this for you. If you find that your application is breaking when performing console requests, install laminas/laminas-mvc-console.
Deprecated
This release deprecates Laminas\ApiTools\ContentNegotiation\Factory\RequestFactory. The class is no longer wired in configuration, and will be removed in version 2.0.0.