Kdyby / Google

[DEPRECATED] Use https://github.com/thephpleague/oauth2-google instead
Other
24 stars 35 forks source link

composr: requirements could not be resolved on ~0.1 #14

Open achtan opened 9 years ago

achtan commented 9 years ago

in my composer.json i have: "kdyby/google": "~0.1" error:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - kdyby/google v0.1.1 requires google/apiclient ~1.0.4@beta -> no matching package found.
    - kdyby/google v0.1 requires google/apiclient ~1.0.4@beta -> no matching package found.
    - Installation request for kdyby/google ~0.1 -> satisfiable by kdyby/google[v0.1, v0.1.1].
fprochazka commented 9 years ago

If something depends on less than stable stability, you have to specify that dependency in your project composer.json too

https://github.com/fprochazka/project-archivist/blob/dd927d6acd8c331c319b2f09f1388706a931dd8b/composer.json#L37-L38

fprochazka commented 9 years ago

But google/apiclient has finally stable version, so I will change that.

fprochazka commented 9 years ago

Actually, the master already depends on stable version of that package :)

moiz2050 commented 8 years ago

it is not resolved yet , i am still getting this issue, you should change it to this version "google/apiclient": "^2.0.0@RC"

agiertli commented 8 years ago

Are there any plans to fix this? Still can't install add-on due to this issue..