googleads / google-ads-php

Google Ads API Client Library for PHP
https://developers.google.com/google-ads/api/docs/client-libs/php
Apache License 2.0
280 stars 260 forks source link

Protobuf 4.26.0 Support #1001

Closed vaawebdev-ozee closed 3 months ago

vaawebdev-ozee commented 5 months ago

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.
fiboknacky commented 4 months ago

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

fiboknacky commented 4 months ago

Now fixed in the main branch.