pulkitjalan / google-apiclient

Google api php client wrapper with Cloud Platform and Laravel support
MIT License
249 stars 75 forks source link

Require illuminate/support #56

Closed nam-co closed 3 months ago

nam-co commented 3 years ago

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

bigzooooz commented 3 years ago

i have the same issue

devsquad-samuel-franca commented 3 years ago

me too

jorgealvz commented 2 years ago

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

isayam commented 2 years ago

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