mailerlite / laravel-elasticsearch

An easy way to use the official Elastic Search client in your Laravel applications.
MIT License
909 stars 187 forks source link

Upgrade guzzlehttp/psr7 #138

Closed applyACS closed 2 years ago

applyACS commented 2 years ago

Can the guzzlehttp/psr7 package be upgraded to v2? I have conflicts with other packages

cviebrock commented 2 years ago

Version 9.0.1 of the package has this upgrade. Let me know if it works for you.

brunogaspar commented 2 years ago

@cviebrock Could a range like ^1.7|^2.0 be used instead?

I can PR it if you prefer :)

Thank you!

cviebrock commented 2 years ago

@brunogaspar done in 9.0.2. Thanks for the suggestion ... I should've thought of that myself!

brunogaspar commented 2 years ago

All good and thank you very much for the quick action, really appreciate it :)