php-http / curl-client

cURL client
http://httplug.io
MIT License
445 stars 28 forks source link

Allow using Symfony 7 dependencies #82

Closed javiereguiluz closed 1 year ago

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

What's in this PR?

I'm updating some applications to Symfony 7 and I had to make these changes to make this package installable in the project. Thanks.

dbu commented 1 year ago

i fixed the build and then merged this change in #84. the build does not install symfony 7 until it is tagged as stable, but options resolver has been so stable that i am not worried.

https://github.com/php-http/curl-client/releases/tag/2.3.1

javiereguiluz commented 1 year ago

Thanks David!