tmarois / laravel-ads-sdk

PHP SDK for Google Ads, Bing Ads, and Facebook Ads API for Laravel
MIT License
113 stars 46 forks source link

Update composer for Google Ads v49 #19

Closed dmyers closed 3 years ago

dmyers commented 3 years ago

This allows using Guzzle v7. There are no Adwords changes affected by upgrading.

https://github.com/googleads/googleads-php-lib/releases/tag/49.0.0 https://github.com/googleads/googleads-php-lib/releases/tag/48.0.0

timothymarois commented 3 years ago

Thanks for the update. Much appreciated!

dmyers commented 3 years ago

@timothymarois Thanks for the quick merge. I noticed the release was live, but I'm not seeing the version on Packagist.

Do you know if that is automatic with the git repo or is it manually synced? https://packagist.org/packages/tmarois/laravel-ads-sdk

timothymarois commented 3 years ago

@dmyers Thanks for the note there, odd, should have been auto based on new release, i'll fix it. I manually refreshed it.

dmyers commented 3 years ago

Thank you! I appreciate it. 👍