You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw the thread for the Guzzle error and some older errors but somehow all the solutions don't work.
I wasn't sure if I needed to start a new issue but I didn't really want to hijack the other issue.
Anyway I am trying to require this library inside a Laravel project.
In this project I also connect to the google/apiclient package so I can get data from Analytics.
Now I want to connect to DFP but I am getting a conflict in terms of minimum-stability
Here is the error I get when I do
composer require googleads/googleads-php-lib
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for googleads/googleads-php-lib ^25.0 -> satisfiable by googleads/googleads-php-lib[25.0.0].
- googleads/googleads-php-lib 25.0.0 requires google/auth ^0.7 -> satisfiable by google/auth[v0.7] but these conflict with your requirements or minimum-stability.
Does this mean the googleads-php-lib``` needs the 0.7 version of google/auth`?
Cause I am requiring version 0.11.1
Hello,
I saw the thread for the Guzzle error and some older errors but somehow all the solutions don't work.
I wasn't sure if I needed to start a new issue but I didn't really want to hijack the other issue.
Anyway I am trying to require this library inside a Laravel project.
In this project I also connect to the
google/apiclient
package so I can get data from Analytics.Now I want to connect to DFP but I am getting a conflict in terms of
minimum-stability
Here is the error I get when I do
Does this mean the
googleads-php-lib``` needs the 0.7 version of
google/auth`?Cause I am requiring version 0.11.1
Here is my
composer.json
The text was updated successfully, but these errors were encountered: