Revive 5.5.2 comes with Guzzle 6.5.8, installed in the lib/vendor/guzzle directory
On my site I use packages (installed with Composer) that have dependencies to Guzzle ^7. In certain situations, path or autoloaders get mixed up so the older Guzzle in Revive is used instead of the one installed by me with Composer. Any idea on how to remove the older Guzzle in Revive? It does not seem to be used by Revive itself.