Skip to content

google-ads-php-v20.0.0

Compare
Choose a tag to compare
@fiboknacky fiboknacky released this 07 Jul 09:45
· 59 commits to main since this release

Google Ads API Client Library for PHP v20.0.0

  • Updated composer.json to require the minimum PHP version of 8.0. See also
    README for more details.
  • Updated the minimum required version of google/gax to 1.19.1.
  • Added a check for the versions of grpc installed by Composer and installed
    as a platform package to GoogleAdsClientBuilder::validate(). This is a fix for
    #406.
  • Fixed dependabot alert in examples/LaravelSampleApp/composer.lock.