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

Missing google/api-client

Open dirkgroenen opened this issue 11 years ago • 4 comments

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?

dirkgroenen avatar Jun 06 '14 13:06 dirkgroenen

I just tried and it works.

Is your composer up to date ?

thujohn avatar Jun 06 '14 15:06 thujohn

You need change stability to beta. composer.json

"minimum-stability": "beta"

erayaydin avatar Jun 10 '14 09:06 erayaydin

"minimum-stability": "dev" is working for me

thujohn avatar Jun 10 '14 09:06 thujohn

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 ?

snky1987 avatar Oct 09 '14 08:10 snky1987