Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

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

Open
achtan opened this issue Jun 1, 2015 · 5 comments
Open

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

achtan opened this issue Jun 1, 2015 · 5 comments

Comments

@achtan
Copy link

achtan commented Jun 1, 2015

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
Copy link
Member

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
Copy link
Member

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

@fprochazka
Copy link
Member

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

@moiz2050
Copy link

moiz2050 commented Dec 4, 2015

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants