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

impossible to install #62

Open simone86 opened 8 years ago

simone86 commented 8 years ago

Problem 1

Installation failed, reverting ./composer.json to its original content.

my composer.json { "name": "yiisoft/yii2-app-advanced", "description": "Yii 2 Advanced Project Template", "keywords": ["yii2", "framework", "advanced", "project template"], "homepage": "http://www.yiiframework.com/", "type": "project", "license": "BSD-3-Clause", "support": { "issues": "https://github.com/yiisoft/yii2/issues?state=open", "forum": "http://www.yiiframework.com/forum/", "wiki": "http://www.yiiframework.com/wiki/", "irc": "irc://irc.freenode.net/yii", "source": "https://github.com/yiisoft/yii2" },

"minimum-stability": "dev", "repositories":[ { "type":"vcs", "url":"https://github.com/faryshta/yii2-dynamicform" } ], "require": { "php": ">=5.4.0", "yiisoft/yii2": ">=2.0.6", "yiisoft/yii2-bootstrap": "", "yiisoft/yii2-swiftmailer": "", "dektrium/yii2-user": "0.9.@dev", "mdmsoft/yii2-admin": "~2.0", "johnitvn/yii2-ajaxcrud": "", "mootensai/yii2-enhanced-gii": "", "schmunk42/yii2-giiant":"", "kartik-v/yii2-widget-typeahead": "", "kartik-v/yii2-icons": "@dev", "2amigos/yii2-qrcode-helper": "", "kartik-v/yii2-date-range": "", "kartik-v/yii2-field-range": "", "kartik-v/yii2-helpers": "", "2amigos/yii2-translateable-behavior": "", "kartik-v/yii2-tabs-x": "", "dmstr/yii2-adminlte-asset": "2.", "2amigos/yii2-ckeditor-widget": "~1.0", "kartik-v/yii2-slider": "", "scotthuangzl/yii2-google-chart": "dev-master", "wbraganca/yii2-dynamicform": "dev-master", "keygenqt/yii2-autocomplete-ajax": "dev-master", "boundstate/yii2-mailgun": "", "nterms/yii2-mailqueue": "", "omnilight/yii2-shopping-cart": "", "paypal/rest-api-sdk-php": "", "2amigos/yii2-chartjs-widget": "~2.0" }, "require-dev": { "yiisoft/yii2-codeception": "", "yiisoft/yii2-debug": "", "yiisoft/yii2-gii": "", "yiisoft/yii2-faker": "*" }, "config": { "process-timeout": 1800 }, "extra": { "asset-installer-paths": { "npm-asset-library": "vendor/npm", "bower-asset-library": "vendor/bower" } }

}

tonydspaniard commented 8 years ago

strange... requirements are for guzzle 6: https://github.com/2amigos/yii2-google-maps-library/blob/master/composer.json#L21

zhewlakow commented 7 years ago

I have the same problem!

djnordeen commented 7 years ago

How to upgrade to Guzzle 6?

plcaviar commented 6 years ago

I found the same problem and I solved it by installing separately guzzlehttp / guzzle that was reported by tonyspaniard as the origin of the installation problem

composer.phar require guzzlehttp / guzzle