podio-community / podio-php

PHP Client for the Podio API.
https://podio-community.github.io/podio-php/
MIT License
153 stars 173 forks source link

Please upgrade composer dependency "kint-php/kint ^3.2" to at least v4 #221

Closed Martin-4Spaces closed 1 year ago

Martin-4Spaces commented 1 year ago

I'm running into conflicts when using podio-php v5 and above, because of the requirement to kint ^3.2. Other composer libraries i'm, using is depending on kint ^4.2 kint v4 was released in 2021, so i think it is fair for podio-php to look at an upgrade of the requirement. Thank you!

daniel-sc commented 1 year ago

sounds reasonable to me - would you like to create a PR for this?

Martin-4Spaces commented 1 year ago

@daniel-sc Done. Will you take a look?