Open dmyers opened 1 year 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.
@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 tostable
instead ofdev
which is working.