Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install in Drupal 8 (Guzzle 6.5.4) #63

Closed
aaronbauman opened this issue Jan 27, 2021 · 1 comment
Closed

How to install in Drupal 8 (Guzzle 6.5.4) #63

aaronbauman opened this issue Jan 27, 2021 · 1 comment

Comments

@aaronbauman
Copy link

In #62 @GrahamCampbell said

Version 4 can be installed in a Drupal app too.

But I get an error on composer require bitbucket/client into vanilla Drupal:

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

  Problem 1
    - bitbucket/client[v4.0.0, ..., 4.0.x-dev] require psr/http-client-implementation ^1.0 -> could not be found in any version, but the following packages provide it:
      - guzzlehttp/guzzle Guzzle is a PHP HTTP client library

Drupal 8.9.13 requires guzzlehttp/guzzle ^6.3, so how do we get bitbucket client v4?
Did you mean Drupal 9?
Sorry if I'm being dense...

@aaronbauman
Copy link
Author

aaaaand solved my own problem.

composer require bitbucket/client php-http/guzzle6-adapter http-interop/http-factory-guzzle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant