googleads/google-ads-php

Protobuf 4.26.0 Support

vaawebdev-ozee opened this issue · 2 comments

Problem you are trying to solve:

Upgrading to protobuf v4.26.0

Solution you'd like:

Support for protobuf v4.26.0

Additional context:

  Problem 1
    - Root composer.json requires googleads/google-ads-php ^22.1.0 -> satisfiable by googleads/google-ads-php[v22.1.0].        
    - googleads/google-ads-php v22.1.0 requires google/protobuf ^3.21.5 -> found google/protobuf[v3.21.5, ..., v3.25.3] but it 
conflicts with your root composer.json require (~4.26.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

I'll test and add support for that version if possible. Thanks for reporting.

Now fixed in the main branch.