denpamusic / laravel-bitcoinrpc

Bitcoin JSON-RPC Service Provider for Laravel.
https://laravel-bitcoinrpc.denpa.pro
MIT License
90 stars 39 forks source link

composer fails due to new Guzzle 7.0.1 with Laravel 7 #32

Closed michaelraasch closed 4 years ago

michaelraasch commented 4 years ago

Describe the bug The latest Laravel version comes with Guzzle 7.0.1 See Guzzle 7 Released Running composer fails with: Your requirements could not be resolved to an installable set of packages.

To Reproduce Run composer require denpa/laravel-bitcoinrpc "^1.2" with a fresh Laravel 7 installation

Expected behavior Dependency should be met

Logs composer require denpa/laravel-bitcoinrpc "^1.2" ./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 failed, reverting ./composer.json to its original content.

Environment Describe your runtime environment:

michaelraasch commented 4 years ago

Should have been against denpamusic/php-bitcoinrpc. I have raised https://github.com/denpamusic/php-bitcoinrpc/issues/55