As reported in composer/composer#2828 in my comment, I've got the following composer warning when I try to dump the composer autoloader:
** Warning: Ambiguous class resolution,
"Tvision\RackspaceCloudFilesStreamWrapper\Exception\Exception"
was found in both
"/var/www/example.com/shared/vendor/tvision/rackspace-cloud-files-streamwrapper/src/Tvision/RackspaceCloudFilesStreamWrapper/Exception.php"
and
"/var/www/example.com/shared/vendor/tvision/rackspace-cloud-files-streamwrapper/src/Tvision/RackspaceCloudFilesStreamWrapper/Exception/Exception.php",
the first will be used.
As reported in composer/composer#2828 in my comment, I've got the following composer warning when I try to dump the composer autoloader: