I've installed the client and I did an update using composer dump autoload but I still end up with the same error. After installing via composer require guzzlehttp/guzzle:~6.0 in the projects directory.
$client = new GuzzleHttp\Client();
Why isn' it working and why is it even referencing the wrong directory?