Inspecting my composer install output from my envoyer deployment does show a ton of warnings that don't come up locally. not sure how to resolve this, but I am assuming its related since they all happen to deal with vonage/nexmo and that's where my problem lies.
68 package suggestions were added by new dependencies, use `composer suggest` to see details.
Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files
Warning: Ambiguous class resolution, "Vonage\Secrets\Client" was found 2x: in "/home/forge/dev.environment/releases/20210609180253/vendor/vonage/client-core/src/Secrets/Client.php" and "/home/forge/dev.environment/releases/20210609180253/vendor/nexmo/client-core/src/Secrets/Client.php", the first will be used.
Warning: Ambiguous class resolution, "Vonage\Secrets\ClientFactory" was found 2x: in "/home/forge/dev.environment/releases/20210609180253/vendor/vonage/client-core/src/Secrets/ClientFactory.php" and "/home/forge/dev.environment/releases/20210609180253/vendor/nexmo/client-core/src/Secrets/ClientFactory.php", the first will be used.
Warning: Ambiguous class resolution, "Vonage\Secrets\Secret" was found 2x: in "/home/forge/dev.environment/releases/20210609180253/vendor/vonage/client-core/src/Secrets/Secret.php" and "/home/forge/dev.environment/releases/20210609180253/vendor/nexmo/client-core/src/Secrets/Secret.php", the first will be used.
Warning: Ambiguous class resolution, "Vonage\SMS\SentSMS" was found 2x: in "/home/forge/dev.environment/releases/20210609180253/vendor/vonage/client-core/src/SMS/SentSMS.php" and "/home/forge/dev.environment/releases/20210609180253/vendor/nexmo/client-core/src/SMS/SentSMS.php", the first will be used.
... truncated huge obnoxious list of warnings...
As you can see there seems to be a duplicate library in vendor named vonage (which nexmo is now vonage) but I am not specifying them in my composer.json. Also locally but the nexmo and vonage directories exist in my vendor directory and I am not met with these issues or warnings.