analytics-l4
analytics-l4 copied to clipboard
Your requirements could not be resolved to an installable set of packages.
- 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 :)
I just tried a new installation and it works.
Can you show me your composer.json ?
I get the same error. Here is my composer file: https://gist.github.com/michaelaguiar/671db96965e8e00bf0e5
Ah, changing minimum-stability to "dev" works. Never mind!
What If you don't want to change minimum-stability to dev? I would like to stay on stable.
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
Same error !
Just update composer json from "google/apiclient": "dev-master" to "google/apiclient" : "1.0.*@beta",
it works
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" ...