Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stephanedemotte opened this issue Aug 19, 2014 · 8 comments

Comments

@stephanedemotte
Copy link

  • thujohn/analytics dev-master requires google/apiclient 1.0.*@beta -> no matching package found.

Have to update composer.json to : "google/apiclient": "dev-master" ?

Thanks :)

@thujohn
Copy link
Owner

thujohn commented Aug 21, 2014

I just tried a new installation and it works.

Can you show me your composer.json ?

@michaelaguiar
Copy link

I get the same error. Here is my composer file: https://gist.github.com/michaelaguiar/671db96965e8e00bf0e5

@michaelaguiar
Copy link

Ah, changing minimum-stability to "dev" works. Never mind!

@nivv
Copy link

nivv commented Sep 12, 2014

What If you don't want to change minimum-stability to dev? I would like to stay on stable.

@ghost
Copy link

ghost commented Oct 2, 2014

I tried adding:
"google/apiclient": "dev-master"

... to the require key on my project's composer.json and it worked.

Is this required by the project? Because if it is, it's not documented on the README.md :) https://github.com/thujohn/analytics-l4/blob/master/README.md

@Metrakit
Copy link

Metrakit commented Nov 9, 2014

Same error !

@ghost
Copy link

ghost commented Nov 14, 2014

Just update composer json from
"google/apiclient": "dev-master"
to
"google/apiclient" : "1.0.*@beta",

it works

@imperium2335
Copy link

Not working for me, tried all above methods:
Problem 1
- Installation request for thujohn/analytics dev-master -> satisfiable by thujohn/analytics[dev-master].
- thujohn/analytics dev-master requires google/apiclient 1.1.* -> no matching package found.

My composer:
...
"google/apiclient" : "1.0.*@beta",
"thujohn/analytics": "dev-master"
...

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

No branches or pull requests

6 participants