google-apiclient icon indicating copy to clipboard operation
google-apiclient copied to clipboard

Require illuminate/support

Open nam-co opened this issue 2 years ago • 4 comments

Hello, hope somebody can help me, Im trying to install. the package in "laravel/framework": "^8.40", but Im getting this error

Problem 1 pulkitjalan/google-apiclient[3.1.0, ..., 3.1.4] require illuminate/support ~5 -> found illuminate/support[v5.0.0, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.

Root composer.json requires pulkitjalan/google-apiclient ^3.1 -> satisfiable by pulkitjalan/google-apiclient[3.1.0, ..., 3.1.4].

nam-co avatar Jul 10 '21 17:07 nam-co

i have the same issue

bigzooooz avatar Sep 05 '21 19:09 bigzooooz

me too

devsquad-samuel-franca avatar Sep 23 '21 19:09 devsquad-samuel-franca

I had to added the dependency manually in composer.json file this was the only thing that works for me "pulkitjalan/google-apiclient": "^4.1.1" For some reason composer require pulkitjalan/google-apiclient seems to be loading an older version of the library and not the last one

jorgealvz avatar Oct 19 '21 13:10 jorgealvz

i have the same issue, Laravel ^9 and PHP 8.1. added the dependency manually still issue.

isayam avatar Feb 18 '22 19:02 isayam