2amigos / yii2-google-maps-library

Google Maps API library for Yii2
https://2amigos.us
BSD 3-Clause "New" or "Revised" License
105 stars 79 forks source link

Error during installation #53

Closed dudunegrinhu closed 8 years ago

dudunegrinhu commented 8 years ago

I'm getting this error when I try to install via composer

Problem 1

DenisOgr commented 8 years ago

Hi! I had catch same errors

maxlen commented 8 years ago

same error

webmancer commented 8 years ago

hi, I try to use your library and get errors with installation. Can you fix it? Thanks!

tonydspaniard commented 8 years ago

I'll have a look.

maxlen commented 8 years ago

It's helped https://getcomposer.org/doc/articles/troubleshooting.md#general

newscloud commented 8 years ago

Also having this problem.

newscloud commented 8 years ago

To be more clear for folks, this worked for me - look at the end ... "require": { "php": ">=5.4.0", "yiisoft/yii2": ">=2.0.7", "yiisoft/yii2-bootstrap": "", "yiisoft/yii2-swiftmailer": "", "2amigos/yii2-google-maps-library": "", "2amigos/yii2-google-places-library": "", "stichoza/google-translate-php": "~2.0", "2amigos/yii2-date-time-picker-widget": "", "yiisoft/yii2-jui": "", "cebe/yii2-gravatar": "", "kartik-v/yii2-widget-fileinput": "", "kartik-v/yii2-widget-switchinput": "", "yiisoft/yii2-imagine": "", "2amigos/yii2-resource-manager-component": "0.1.*", "yiisoft/yii2-authclient": "~2.0.0", "mailgun/mailgun-php": "~2.0", "guzzlehttp/guzzle":"6.2.0 as 4.2.3", "php-http/guzzle6-adapter":"1.0.0" },

composer update worked $ composer update Loading composer repositories with package information Updating dependencies (including require-dev)

Writing lock file Generating autoload files

tonydspaniard commented 8 years ago

added a patch to work with guzzle 6. Should be fine now.