bunq / sdk_php

PHP SDK for bunq API
MIT License
83 stars 54 forks source link

Upgrade to Laravel 8 not possible due to "old" guzzlehttp/guzzle #204

Open Tklaversma opened 3 years ago

Tklaversma commented 3 years ago

Steps to reproduce:

  1. Upgrade to Laravel 8

What should happen:

  1. Upgrade should work when bunq updates to "guzzlehttp/guzzle" : ^7.0

What happens:

  1. Upgrade not possible.

SDK version and environment

Extra info:

If bunq updates their project to use "guzzlehttp/guzzle" : ^7.0, we can upgrade to Laravel 8

petermeester commented 3 years ago

I've the same problem. Please fix this issue for Laravel users

msubotovic commented 3 years ago

We also face the same problem, we can't use bunq sdk in our project.

WouterFlorijn commented 3 years ago

Yes, this is very much blocking for us and should be very simple to fix.

RoodFruit commented 3 years ago

Quick dirty workaround composer update --ignore-platform-reqs

EJTJ3 commented 2 years ago

@Tklaversma @bunq-bot released a new version this week.

Tklaversma commented 2 years ago

@EJTJ3 thanks for the update!

RoodFruit commented 2 years ago

Bunq you can close this.