Google-api-php-client: Old version of guzzlehttp/psr7

Created on 11 Mar 2018  路  3Comments  路  Source: googleapis/google-api-php-client

Cannot upgrade to guzzle ^6.3 in my project, I think it is a conflict with the package guzzlehttp/psr7 where this rep uses ^1.2 vs. the new version ^1.4.

It is specifically in the auth composer.json file where it is specified to ^1.2.*

https://gyazo.com/bbc31b080a6b3903bafc83d8f953ad70

question

All 3 comments

You may want to copy your composer.json file into a new directory and composer install to get a fresh vendor directory. You could then either diff the two vendor directories for a controlled upgrade or just replace the old one altogether.
You may also want to include your composer.json file in this issue if you need help debugging it.

I thoroughly look through my composer.json file and found a personal error on a package i hadn't upgraded properly, helped to look with fresh eyes. Sincerly my fault and thank you for assistance.

I had the same error. Installation of newer version solved it:
composer require google/apiclient:^2.2

Was this page helpful?
0 / 5 - 0 ratings

Related issues

whatido1 picture whatido1  路  3Comments

ghost picture ghost  路  4Comments

DenisSokoloff picture DenisSokoloff  路  5Comments

AlexandreGerault picture AlexandreGerault  路  5Comments

camohub picture camohub  路  3Comments