Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Tag new release to support Laravel v10 #64

Open
dmyers opened this issue Aug 23, 2023 · 1 comment
Open

Tag new release to support Laravel v10 #64

dmyers opened this issue Aug 23, 2023 · 1 comment

Comments

@dmyers
Copy link
Contributor

dmyers commented Aug 23, 2023

@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.

@dmyers dmyers changed the title Tag new release Tag new release to support Laravel v10 Aug 23, 2023
@sajibprodhan
Copy link

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

Problem 1
- tmarois/laravel-ads-sdk[v1.0.0, ..., v1.2.10] require googleads/googleads-php-lib ^38.0 -> satisfiable by googleads/googleads-php-lib[38.0.0].
- tmarois/laravel-ads-sdk[v1.2.11, ..., v1.2.17] require googleads/googleads-php-lib ^40.0 -> satisfiable by googleads/googleads-php-lib[40.0.0].
- tmarois/laravel-ads-sdk v1.2.18 requires googleads/googleads-php-lib ^47.0 -> satisfiable by googleads/googleads-php-lib[47.0.0].
- tmarois/laravel-ads-sdk[v1.2.19, ..., v1.5.0] require googleads/googleads-php-lib ^49.0 -> satisfiable by googleads/googleads-php-lib[49.0.0].
- googleads/googleads-php-lib[38.0.0, 40.0.0, 47.0.0] require guzzlehttp/guzzle ^6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.8] but it conflicts with your root composer.json require (^7.8).
- googleads/googleads-php-lib 49.0.0 requires guzzlehttp/psr7 ^1.2 -> found guzzlehttp/psr7[1.2.0, ..., 1.9.1] but the package is fixed to 2.6.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires tmarois/laravel-ads-sdk * -> satisfiable by tmarois/laravel-ads-sdk[v1.0.0, ..., v1.5.0].

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants