uber-php icon indicating copy to clipboard operation
uber-php copied to clipboard

how install with oauth2-uber

Open pbejarano opened this issue 7 years ago • 2 comments

i am trying to install this package with the other oauth2-uber package, but i am have some complications, when require the composer its says:

_Your requirements could not be resolved to an installable set of packages.

Problem 1 - Installation request for stevenmaguire/uber-php ^1.0 -> satisfiable by stevenmaguire/uber-php[1.0.0]. - Conclusion: remove guzzlehttp/guzzle 6.3.0 - Conclusion: don't install guzzlehttp/guzzle 6.3.0 - stevenmaguire/uber-php 1.0.0 requires guzzlehttp/guzzle ~5.2 -> satisfiable by guzzlehttp/guzzle[5.2.0, 5.3.0, 5.3.1]. - Can only install one of: guzzlehttp/guzzle[5.2.0, 6.3.0]. - Can only install one of: guzzlehttp/guzzle[5.3.0, 6.3.0]. - Can only install one of: guzzlehttp/guzzle[5.3.1, 6.3.0]. - Installation request for guzzlehttp/guzzle (locked at 6.3.0) -> satisfiable by guzzlehttp/guzzle[6.3.0].`

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

i am basic with composer, i don't know what i am doing bad, can you help me please?

pbejarano avatar Sep 20 '17 05:09 pbejarano

https://github.com/stevenmaguire/oauth2-uber/issues/4

AkshayKanchan avatar Jul 17 '18 09:07 AkshayKanchan

composer require stevenmaguire/uber-php:dev-master fixed it for me.

revolter avatar Mar 11 '19 21:03 revolter