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
#208 - Add composer plugin to auto-install missing implementations.
When libraries require an http implementation but no packages providing that implementation is installed in the application, the plugin will automatically install one.
This is only done for libraries that directly require php-http/discovery to avoid unexpected dependency installation.