googleads / googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP
Apache License 2.0
654 stars 770 forks source link

Composer Require Issues #767

Closed StephenRostantiBoonsMedia closed 1 year ago

StephenRostantiBoonsMedia commented 1 year ago

When I run: $ composer require googleads/googleads-php-lib

I get:

Problem 1

PierrickVoulet commented 1 year ago

Hi @StephenRostantiBoonsMedia - Looks like you require the version 6.1 for symfony/serializer but we currently only support up to version 5. You may want to downgrade your requirement to allow the version 5 to be compatible.

PierrickVoulet commented 1 year ago

Closing this issue because it is a duplicate of #739