It looks like the autoload doesn't include the new requirement.
Be sure to run composer update
to ensure that the file are downloaded and the autoloader is updated with that source.
If the files were downloaded and 'installed' manually run php composer dump-autoload
to rebuild the autoload file.