analytics-l4
analytics-l4 copied to clipboard
Missing google/api-client
I was just trying to install the package from composer when the "Your requirements could not be resolved to an installable set of packages." appeared.
It looks like Google removed their api-client rep?
I just tried and it works.
Is your composer up to date ?
You need change stability to beta. composer.json
"minimum-stability": "beta"
"minimum-stability": "dev" is working for me
At the moment API Client is on 1.1.dev stage so beta is finished. Maybe it would worth to update package and test with dev google api client and chenge package requirements ?