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

Failed to install inside Laravel 5.6 project #121

Open
gansgunther opened this issue Jun 11, 2018 · 3 comments
Open

Failed to install inside Laravel 5.6 project #121

gansgunther opened this issue Jun 11, 2018 · 3 comments

Comments

@gansgunther
Copy link

When try to install blocktrail sdk inside of Laravel 5.6 project I have that problem:

composer require blocktrail/blocktrail-sdk
Using version ^3.2 for blocktrail/blocktrail-sdk
./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 bitwasp/bitcoin (locked at v0.0.35.0) -> satisfiable by bitwasp/bitcoin[v0.0.35.0].
    - blocktrail/blocktrail-sdk v3.2.0 requires bitwasp/bitcoin v0.0.34.1 -> satisfiable by bitwasp/bitcoin[v0.0.34.1].
    - blocktrail/blocktrail-sdk v3.2.1 requires bitwasp/bitcoin v0.0.34.1 -> satisfiable by bitwasp/bitcoin[v0.0.34.1].
    - blocktrail/blocktrail-sdk v3.2.2 requires bitwasp/bitcoin v0.0.34.1 -> satisfiable by bitwasp/bitcoin[v0.0.34.1].
    - Conclusion: don't install bitwasp/bitcoin v0.0.34.1
    - Installation request for blocktrail/blocktrail-sdk ^3.2 -> satisfiable by blocktrail/blocktrail-sdk[v3.2.0, v3.2.1, v3.2.2].


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

@hironate
Copy link

I have same issue. plz do something about this,
this man has created PR
#113

@markpenaranda
Copy link

Any updates regarding this issue?

@ameliegardiner
Copy link

That is because of bitwasp/bitcoin: v0.0.34.1 you wont be able to install this package. It requires Package symfony/http-foundation: ^2.7|^3.0, but Laravel starting from v5.3 uses higher versions of symfony/http-foundation. Maybe someone can fix this issue? I dont want to live always on PHP versions < 7.2

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

No branches or pull requests

4 participants