Kdyby / Google

[DEPRECATED] Use https://github.com/thephpleague/oauth2-google instead
Other
24 stars 35 forks source link

Loading composer repositories failed #5

Closed xantin closed 10 years ago

xantin commented 10 years ago

Dependency for this extension not found (google/apicllient)

here is mine trial:

C:\Users\xantin\Desktop>composer require kdyby/google:~0.1
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for kdyby/google ~0.1 -> satisfiable by kdyby/google[
v0.1].
    - kdyby/google v0.1 requires google/apiclient ~1.0.4@beta -> no matching pac
kage found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your min
imum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> f
or more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common
 problems.

Installation failed, reverting ./composer.json to its original content.
fprochazka commented 10 years ago

You're right, unfortunatelly, you have to also require google/apiclient ~1.0.4@beta in your project.

xantin commented 10 years ago

Thank you for your work ;-) and what are you doing for Nette community!