php-http / client-common

Common HTTP Client implementations and tools for HTTPlug
http://httplug.io
MIT License
1.01k stars 53 forks source link

Allow "guzzlehttp/psr7" v2 #231

Closed felliper closed 1 year ago

felliper commented 1 year ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets -
Documentation -
License MIT
dbu commented 1 year ago

some tests break with the BC breaks of version 2.

the psr7 library is only a dev dependency, so it should not block installation of client-common together with psr7 v2 in an application.

what is your aim with this change?