salesforce-marketingcloud / FuelSDK-PHP

FuelSDK-PHP
MIT License
134 stars 142 forks source link

[Enhancement] Support firebase/php-jwt version 6 #174

Open pmartin35 opened 1 year ago

pmartin35 commented 1 year ago

Does this library support firebase/php-jwt version 6? composer.json requires "firebase/php-jwt":">=5.0.0" but it seems the upgrade to version 6 has quite a few breaking changes:

Screenshot 2023-02-20 at 13 00 57

firebase/php-jwt version 6 was released in 2022 and the composer.json for this project has not been updated since 2019. So I think this might lead to incompatibilities.

Describe the solution you'd like Confirmation whether this library supports firebase/php-jwt v6? If not, locking to version 5: "firebase/php-jwt":"^5.0".