bunq / sdk_php

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

Fix: replace deprecated function parse_query #225

Closed Rkallenkoot closed 2 years ago

Rkallenkoot commented 2 years ago

The parse_query function has been removed in Guzzle 7.2, Query::parse is available in the Guzzle/Psr7 library and is the suggested alternative.

Should still work with Guzzle 6.

//: # (Thanks for opening this pull request! Before you proceed please make sure that you have an issue that explains what this pull request will do. Make sure that all your commits link to this issue e.g. "My commit. (bunq/sdk_php#)". If this pull request is changing files that are located in "src/Model/Generated" then this pull request will be closed as these files must/can only be changed on bunq's side.)

This PR closes/fixes the following issues:

iamniels commented 2 years ago

Duplicate of: https://github.com/bunq/sdk_php/pull/219 (please merge)

andrederoos commented 2 years ago

merged in https://github.com/bunq/sdk_php/pull/219