I have installed on my composer project the aws/aws-sdk-php
library, and i want to add the googleads/googleads-php-lib
library but it won't let me because the first library has a sub-dependency called guzzlehttp/psr7
. And the second librariy too.
How can i manage to install both libraries and avoiding the conflict?