tmarois / laravel-ads-sdk

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

Tag new release to support Laravel v10 #64

Open dmyers opened 1 year ago

dmyers commented 1 year ago

@timothymarois Could there be a new release tagged? While upgrading to Laravel 10, the dependency on Google ads in the 1.5 release (latest version tagged), is set to a specific version which is locked to monolog v2 and Laravel v10 requires monolog v3.

Sort of a dependency chain problem, but if we could get v1.6 tagged I would be able to keep my minimum-stability set to stable instead of dev which is working.

sajibprodhan commented 4 months ago

Don't work show the error is our requirements could not be resolved to an installable set of packages.

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require tmarois/laravel-ads-sdk:*" to figure out if any version is installable, or "composer require tmarois/laravel-ads-sdk:^2.1" if you know which you need.