Finnhub-Stock-API / finnhub-php

Finnhub PHP API client. Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals and alternative data. https://finnhub.io/docs/api
Apache License 2.0
23 stars 20 forks source link

Update guzzlehttp Composer dependency to ^7.0 #2

Closed ctroms closed 11 months ago

ctroms commented 3 years ago

Summary

This PR updates the guzzlehttp/guzzle composer dependency to "^7.0"

Included in this PR

dog5tar commented 3 years ago

Exactly what I need too, that needs to go in.

fffaraz commented 2 years ago

8 months have passed and this PR is still ignored... @finnhubio @dominhtri1995 care to take a look? I can't install it in a Laravel 8 project because of this.

valtzu commented 2 years ago

Maybe better would be ^6.2 || ^7.0 to not to break BC with older PHP versions. Guzzle 6 has "php": ">=5.5" while Guzzle 7 has "php": "^7.2.5".

Ended up going with


        "guzzlehttp/guzzle": "7.5.0 as 6.5.8",
dorqa95 commented 1 year ago

@dominhtri1995 could you please upgrade the guzzle package?