-
Notifications
You must be signed in to change notification settings - Fork 33
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
Comments
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: ... 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 it works |
Not working for me, tried all above methods: My composer: |
Have to update composer.json to : "google/apiclient": "dev-master" ?
Thanks :)
The text was updated successfully, but these errors were encountered: