Closed raalderink closed 1 year ago
Hi @raalderink - Thank you for suggesting this upgrade. This would be a breaking change so we will carefully consider this for newer versions.
This upgrade will be backward compatible. PR #732 is open, implementing this.
We would need to upgrade the current constraint from 1.2
to 1.7
to ensure access to the static API which may break some users.
This is fixed starting with v60.
The guzzlehttp/psr7 library has had a major release in 2021, which should solve a lot of deprecations. Currently, the googleads-php-lib is the only library that is preventing us from upgrading and fixing those deprecations.
In that major, all functions in the GuzzleHttp\Psr7 namespace have been removed. This library does use those a couple times, so those will need refactoring for compatibility.