analytics-l4 icon indicating copy to clipboard operation
analytics-l4 copied to clipboard

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

Open stephanedemotte opened this issue 9 years ago • 8 comments

  • 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 :)

stephanedemotte avatar Aug 19 '14 12:08 stephanedemotte

I just tried a new installation and it works.

Can you show me your composer.json ?

thujohn avatar Aug 21 '14 20:08 thujohn

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

michaelaguiar avatar Sep 03 '14 17:09 michaelaguiar

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

michaelaguiar avatar Sep 03 '14 17:09 michaelaguiar

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

nivv avatar Sep 12 '14 08:09 nivv

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

ghost avatar Oct 02 '14 15:10 ghost

Same error !

Metrakit avatar Nov 09 '14 15:11 Metrakit

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

it works

ghost avatar Nov 14 '14 16:11 ghost

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

imperium2335 avatar Oct 27 '15 08:10 imperium2335